Sha256: 8159985235fbb9fda7a5d9a719e374477611062a84e3802a8be6000d10df3c8b

Contents?: true

Size: 397 Bytes

Versions: 1

Compression:

Stored size: 397 Bytes

Contents

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."
        }

  @@aggregate_per = 10.minutes
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notify_user-0.0.1 lib/generators/notify_user/notification/templates/notification.rb.erb