Module: Cloudfuji::UserHelper

Defined in:
lib/cloudfuji/user_helper.rb

Instance Method Summary collapse

Instance Method Details

#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