Sha256: 13b74bf3c695f13ae547a8a61acefce73e93520acf1b2bebaab075a0d170fed9

Contents?: true

Size: 196 Bytes

Versions: 6

Compression:

Stored size: 196 Bytes

Contents

module Bullet
  module Notification
    class CounterCache < Base
      def body
        klazz_associations_str
      end

      def title
        'Need Counter Cache'
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bullet-5.7.4 lib/bullet/notification/counter_cache.rb
bullet-5.7.3 lib/bullet/notification/counter_cache.rb
bullet-5.7.2 lib/bullet/notification/counter_cache.rb
bullet-5.7.1 lib/bullet/notification/counter_cache.rb
bullet-5.7.0 lib/bullet/notification/counter_cache.rb
bullet-5.6.1 lib/bullet/notification/counter_cache.rb