Sha256: 0295fefa713ca1a87f8fdf0040ed975c50d3e70ed9714d01623ce809bd10c3e8

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 Bytes

Contents

class NewPostNotification < NotifyUser::BaseNotification

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notify_user-0.0.29 spec/dummy/rails-3.2.17/app/notifications/new_post_notification.rb