lib/generators/loco/notification_center/templates/services/loco/notification_center.rb in loco-rails-6.0.0 vs lib/generators/loco/notification_center/templates/services/loco/notification_center.rb in loco-rails-6.1.0

- old
+ new

@@ -1,10 +1,8 @@ # frozen_string_literal: true module Loco class NotificationCenter - include Emitter - def received_message(permissions, data) # handle messages here end end end