Module: Cloudfuji::UserHelper

Defined in:
lib/cloudfuji/user_helper.rb

Instance Method Summary collapse

Instance Method Details

#notify(title, body, category) ⇒ Object



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

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