Method: Cloudfuji::UserHelper#notify
- Defined in:
- lib/cloudfuji/user_helper.rb
#notify(title, body, category = "chat") ⇒ Object
3 4 5 |
# File 'lib/cloudfuji/user_helper.rb', line 3 def notify(title, body, category = "chat") Cloudfuji::User.notify(self.ido_id, title, body, category) end |