Sha256: 75a83ef1fbdcaa499a641474f6b2f34b3ba0edfb57d8edeb407bccb05024ab9f

Contents?: true

Size: 375 Bytes

Versions: 2

Compression:

Stored size: 375 Bytes

Contents

class NewPostNotification < NotifyUser::BaseNotification

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
notify_user-0.3.2 spec/dummy/rails-4.1.0/app/notifications/new_post_notification.rb
notify_user-0.3.1 spec/dummy/rails-4.1.0/app/notifications/new_post_notification.rb