Sha256: 2f8fa462aedd4ef29f297c1b052685daca0e21f2db94d2e4b4553b0ab935955f

Contents?: true

Size: 251 Bytes

Versions: 9

Compression:

Stored size: 251 Bytes

Contents

# frozen_string_literal: true

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

      def title
        'Need Counter Cache with Active Record size'
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bullet-8.0.0 lib/bullet/notification/counter_cache.rb
bullet-7.2.0 lib/bullet/notification/counter_cache.rb
bullet-7.1.6 lib/bullet/notification/counter_cache.rb
bullet-7.1.5 lib/bullet/notification/counter_cache.rb
bullet-7.1.4 lib/bullet/notification/counter_cache.rb
bullet-7.1.3 lib/bullet/notification/counter_cache.rb
bullet-7.1.2 lib/bullet/notification/counter_cache.rb
bullet-7.1.1 lib/bullet/notification/counter_cache.rb
bullet-7.1.0 lib/bullet/notification/counter_cache.rb