lib/generators/notify_user/notification/templates/notification.rb.erb in notify_user-0.0.1 vs lib/generators/notify_user/notification/templates/notification.rb.erb in notify_user-0.0.5
- old
+ new
@@ -2,9 +2,10 @@
channel :action_mailer,
subject: "<%= Rails.application.class.parent_name.titleize %>: You have a new <%= name.humanize %> notification.",
aggregate: {
subject: "<%= Rails.application.class.parent_name.titleize %>: You have new <%= name.humanize %> notifications."
- }
+ }
+ @@description = "please override this type description"
@@aggregate_per = 10.minutes
end
\ No newline at end of file