class Loco::NotificationCenter

Public Instance Methods

received_message(permissions, data) click to toggle source
# File lib/generators/loco/notification_center/templates/services/loco/notification_center.rb, line 7
def received_message(permissions, data)
  # handle messages here
end