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, 1 insertions, 0 deletions
diff --git a/lib/action_cable.rb b/lib/action_cable.rb
index 159ee2bcc0..3352453491 100644
--- a/lib/action_cable.rb
+++ b/lib/action_cable.rb
@@ -24,4 +24,5 @@ module ActionCable
autoload :Server, 'action_cable/server'
autoload :Connection, 'action_cable/connection'
autoload :RemoteConnection, 'action_cable/remote_connection'
+ autoload :RemoteConnections, 'action_cable/remote_connections'
end