Sha256: ee238862d26a0c47bed8e23ae7bc2c75ebfb0b6184a31a67b4f16a65712de5d5

Contents?: true

Size: 308 Bytes

Versions: 1

Compression:

Stored size: 308 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."
        }

  @@aggregate_per = 10.minutes
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notify_user-0.0.1 spec/dummy/rails-4.0.2/app/notifications/new_post_notification.rb