lib/generators/loco/notification_center/templates/services/loco/notification_center.rb in loco-rails-3.0.0 vs lib/generators/loco/notification_center/templates/services/loco/notification_center.rb in loco-rails-3.0.1
- old
+ new
@@ -1,9 +1,11 @@
+# frozen_string_literal: true
+
module Loco
class NotificationCenter
include Emitter
def received_signal permissions, data
# handle signals here
end
end
-end
\ No newline at end of file
+end