class Bullet::Notification::Base
def short_notice
def short_notice parts = [] parts << whoami.presence unless Bullet.skip_user_in_notification parts << url parts << title parts << body parts.compact.join(' ') end
def short_notice parts = [] parts << whoami.presence unless Bullet.skip_user_in_notification parts << url parts << title parts << body parts.compact.join(' ') end