aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
diff options
context:
space:
mode:
Diffstat (limited to 'actioncable')
-rw-r--r--actioncable/lib/action_cable/engine.rb (renamed from actioncable/lib/action_cable/railtie.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/lib/action_cable/railtie.rb b/actioncable/lib/action_cable/engine.rb
index 7135b75d69..e62413e9e3 100644
--- a/actioncable/lib/action_cable/railtie.rb
+++ b/actioncable/lib/action_cable/engine.rb
@@ -4,7 +4,7 @@ require "action_cable/helpers/action_cable_helper"
require "active_support/core_ext/hash/indifferent_access"
module ActionCable
- class Railtie < Rails::Railtie # :nodoc:
+ class Railtie < Rails::Engine # :nodoc:
config.action_cable = ActiveSupport::OrderedOptions.new
config.eager_load_namespaces << ActionCable