class Bullet::Notification::Base

def associations_str

def associations_str
  ".includes(#{@associations.map { |a| a.to_s.to_sym }.inspect})"
end