class Bullet::Notification::CounterCache

Public Instance Methods

body() click to toggle source
# File lib/bullet/notification/counter_cache.rb, line 6
def body
  klazz_associations_str
end
title() click to toggle source
# File lib/bullet/notification/counter_cache.rb, line 10
def title
  'Need Counter Cache'
end