Sha256: a52b6309d62d878d1a8ce2880cacda4a1d9eaed1e916649bdfe409329c54890f

Contents?: true

Size: 227 Bytes

Versions: 22

Compression:

Stored size: 227 Bytes

Contents

# frozen_string_literal: true

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

22 entries across 22 versions & 1 rubygems

Version Path
bullet-7.0.7 lib/bullet/notification/counter_cache.rb
bullet-7.0.6 lib/bullet/notification/counter_cache.rb
bullet-7.0.5 lib/bullet/notification/counter_cache.rb
bullet-7.0.4 lib/bullet/notification/counter_cache.rb
bullet-7.0.3 lib/bullet/notification/counter_cache.rb
bullet-7.0.2 lib/bullet/notification/counter_cache.rb
bullet-7.0.1 lib/bullet/notification/counter_cache.rb
bullet-7.0.0 lib/bullet/notification/counter_cache.rb
bullet-6.1.5 lib/bullet/notification/counter_cache.rb
bullet-6.1.4 lib/bullet/notification/counter_cache.rb
bullet-6.1.3 lib/bullet/notification/counter_cache.rb
bullet-6.1.2 lib/bullet/notification/counter_cache.rb
bullet-6.1.1 lib/bullet/notification/counter_cache.rb
bullet-6.1.0 lib/bullet/notification/counter_cache.rb
bullet-6.0.2 lib/bullet/notification/counter_cache.rb
bullet-6.0.1 lib/bullet/notification/counter_cache.rb
bullet-6.0.0 lib/bullet/notification/counter_cache.rb
bullet-5.9.0 lib/bullet/notification/counter_cache.rb
bullet-5.8.1 lib/bullet/notification/counter_cache.rb
bullet-5.8.0 lib/bullet/notification/counter_cache.rb