Class: Loco::NotificationCenter

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/loco/notification_center/templates/services/loco/notification_center.rb

Instance Method Summary collapse

Instance Method Details

#received_message(permissions, data) ⇒ Object



5
6
7
# File 'lib/generators/loco/notification_center/templates/services/loco/notification_center.rb', line 5

def received_message(permissions, data)
  # handle messages here
end