Sha256: 4b2d87036d2c407c8c0b517cda258dbf43895c8d706afbd04e1569edbfa7cb10

Contents?: true

Size: 215 Bytes

Versions: 5

Compression:

Stored size: 215 Bytes

Contents

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

      def title
        markdown(("##")+("Need Counter Cache"))
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bullet_instructure-4.14.8 lib/bullet/notification/counter_cache.rb
bullet_instructure-4.14.7 lib/bullet/notification/counter_cache.rb
bullet_instructure-4.0.5 lib/bullet/notification/counter_cache.rb
bullet_instructure-4.0.3 lib/bullet/notification/counter_cache.rb
bullet_instructure-4.0.2 lib/bullet/notification/counter_cache.rb