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

- old
+ new

@@ -1,5 +1,6 @@ require 'rails/railtie' +require 'action_cable' module NotificationPusher class ActionCable class Engine < ::Rails::Engine end