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