class Bullet::Notification::Base

def notification_data

def notification_data
  { user: whoami, url: url, title: title, body: body_with_caller }
end