Sha256: 1f788aa6318c96f001c8ddada5130d885acbe152ef8cdd4864f93f686ef024cb

Contents?: true

Size: 182 Bytes

Versions: 5

Compression:

Stored size: 182 Bytes

Contents

# frozen_string_literal: true

module Loco
  class NotificationCenter
    include Emitter

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
loco-rails-6.0.0 lib/generators/loco/notification_center/templates/services/loco/notification_center.rb
loco-rails-5.0.0 lib/generators/loco/notification_center/templates/services/loco/notification_center.rb
loco-rails-4.1.1 lib/generators/loco/notification_center/templates/services/loco/notification_center.rb
loco-rails-4.1.0 lib/generators/loco/notification_center/templates/services/loco/notification_center.rb
loco-rails-4.0.0 lib/generators/loco/notification_center/templates/services/loco/notification_center.rb