aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/action_cable.rb')
-rw-r--r--lib/action_cable.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/action_cable.rb b/lib/action_cable.rb
index 1fd95f76fa..5f1f3bec35 100644
--- a/lib/action_cable.rb
+++ b/lib/action_cable.rb
@@ -23,7 +23,6 @@ module ActionCable
autoload :Connection, 'action_cable/connection'
autoload :Channel, 'action_cable/channel'
- autoload :RemoteConnection, 'action_cable/remote_connection'
autoload :RemoteConnections, 'action_cable/remote_connections'
autoload :Broadcaster, 'action_cable/broadcaster'