Sha256: cf251b047af55ae987e496007093ff4877bb0b86ee56a05032689ad213a75fde

Contents?: true

Size: 161 Bytes

Versions: 3

Compression:

Stored size: 161 Bytes

Contents

# frozen_string_literal: true

module Loco
  class NotificationCenter
    def received_message(permissions, data)
      # handle messages here
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
loco-rails-7.0.0.pre lib/generators/loco/notification_center/templates/services/loco/notification_center.rb
loco-rails-6.2.0 lib/generators/loco/notification_center/templates/services/loco/notification_center.rb
loco-rails-6.1.0 lib/generators/loco/notification_center/templates/services/loco/notification_center.rb