lib/generators/templates/install/initializer.rb in notification-renderer-1.2.5 vs lib/generators/templates/install/initializer.rb in notification-renderer-1.2.6
- old
+ new
@@ -1,12 +1,12 @@
-NotificationRenderer.configure do |config|
-
- # Choose your default notification type. Takes a string.
- # config.default_type = 'notification'
-
- # Choose your default renderer. Takes a string.
- # config.default_renderer = 'index'
-
- # Automatically mark rendered notifications as read. Takes a boolean.
- # config.auto_read = true
-
-end
+# frozen_string_literal: true
+
+NotificationRenderer.configure do |config|
+ # Choose your default notification type. Takes a string.
+ # config.default_type = 'notification'
+
+ # Choose your default renderer. Takes a string.
+ # config.default_renderer = 'index'
+
+ # Automatically mark rendered notifications as read. Takes a boolean.
+ # config.auto_read = true
+end