Class: Bullet::Notification::CounterCache

Inherits:
Base
  • Object
show all
Defined in:
lib/bullet/notification/counter_cache.rb

Instance Attribute Summary

Attributes inherited from Base

#associations, #base_class, #notifier, #path

Instance Method Summary collapse

Methods inherited from Base

#body_with_caller, #eql?, #full_notice, #hash, #initialize, #notify_inline, #notify_out_of_channel, #standard_notice

Constructor Details

This class inherits a constructor from Bullet::Notification::Base

Instance Method Details

#bodyObject



4
5
6
# File 'lib/bullet/notification/counter_cache.rb', line 4

def body
  klazz_associations_str
end

#titleObject



8
9
10
# File 'lib/bullet/notification/counter_cache.rb', line 8

def title
  "Need Counter Cache"
end