Module: Bushido::UserHelper

Defined in:
lib/bushido/user_helper.rb

Instance Method Summary collapse

Instance Method Details

#notify(title, body, category) ⇒ Object



3
4
5
# File 'lib/bushido/user_helper.rb', line 3

def notify(title, body, category)
  Bushido::User.notify(self.ido_id, title, body, "chat")
end