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-5.7.6 lib/bullet/notification/counter_cache.rb
bullet-5.7.5 lib/bullet/notification/counter_cache.rb