Sha256: c428bda8215447efdab9be1556d84624ffbfe1f1d2e97f9d0999d5d8e3aa2bd1

Contents?: true

Size: 369 Bytes

Versions: 10

Compression:

Stored size: 369 Bytes

Contents

class NewPostNotification < NotifyUser::BaseNotification

  channel :action_mailer,
        subject: "Rails402: You have a new Newpostnotification notification.",
        aggregate: {
          subject: "Rails402: You have new Newpostnotification notifications."
        }  

  @@description = "please override this type description" 
  @@aggregate_per = 10.minutes
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
notify_user-0.0.16 spec/dummy/rails-4.0.2/app/notifications/new_post_notification.rb
notify_user-0.0.15 spec/dummy/rails-4.0.2/app/notifications/new_post_notification.rb
notify_user-0.0.14 spec/dummy/rails-4.0.2/app/notifications/new_post_notification.rb
notify_user-0.0.12 spec/dummy/rails-4.0.2/app/notifications/new_post_notification.rb
notify_user-0.0.10 spec/dummy/rails-4.0.2/app/notifications/new_post_notification.rb
notify_user-0.0.9 spec/dummy/rails-4.0.2/app/notifications/new_post_notification.rb
notify_user-0.0.8 spec/dummy/rails-4.0.2/app/notifications/new_post_notification.rb
notify_user-0.0.7 spec/dummy/rails-4.0.2/app/notifications/new_post_notification.rb
notify_user-0.0.6 spec/dummy/rails-4.0.2/app/notifications/new_post_notification.rb
notify_user-0.0.5 spec/dummy/rails-4.0.2/app/notifications/new_post_notification.rb