class <%= name.camelize %> < NotifyUser::BaseNotification 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." } self.description = "please override this type description" self.aggregate_per = 10.minutes end