lib/notification_pusher/action_mailer/engine.rb in notification-pusher-actionmailer-1.0.0.beta9 vs lib/notification_pusher/action_mailer/engine.rb in notification-pusher-actionmailer-1.0.0.beta10

- old
+ new

@@ -1,8 +1,8 @@ -require 'railties' +require 'rails/railtie' module NotificationPusher - module ActionMailer + class ActionMailer class Engine < ::Rails::Engine end end end