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