lib/generators/templates/install/initializer.rb in notification-pusher-1.2.5 vs lib/generators/templates/install/initializer.rb in notification-pusher-1.2.6

- old
+ new

@@ -1,7 +1,8 @@ -NotificationPusher.configure do |config| - - # A pusher handles the process of sending your notifications to various services for you. - # Learn more: https://github.com/jonhue/notifications-rails/tree/master/notification-pusher#pushers - # config.define_pusher :ActionMailer, email: 'my@email.com' - -end +# frozen_string_literal: true + +NotificationPusher.configure do |config| + # A pusher handles the process of sending your notifications to various + # services for you. + # Learn more: https://github.com/jonhue/notifications-rails/tree/master/notification-pusher#pushers + # config.define_pusher :ActionMailer, email: 'my@email.com' +end