Sha256: 7a758b55960f1d6f254f0f84499dad962986d7656a4471a0baa0855bfc38cac3
Contents?: true
Size: 241 Bytes
Versions: 2
Compression:
Stored size: 241 Bytes
Contents
module NotificationPusher class ActionMailer require 'action_mailer/engine' def initialize notification, options = {} NotificationPusherActionmailerMailer.push notification, options end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
notification-pusher-actionmailer-1.0.0.beta8 | lib/notification_pusher/action_mailer.rb |
notification-pusher-actionmailer-1.0.0.beta7 | lib/notification_pusher/action_mailer.rb |