lib/notification_pusher/action_cable/engine.rb in notification-pusher-actioncable-1.0.0.beta9 vs lib/notification_pusher/action_cable/engine.rb in notification-pusher-actioncable-1.0.0.beta10

- old
+ new

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