diff options
Diffstat (limited to 'lib/action_cable.rb')
-rw-r--r-- | lib/action_cable.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/action_cable.rb b/lib/action_cable.rb index 13c5c77578..b269386c81 100644 --- a/lib/action_cable.rb +++ b/lib/action_cable.rb @@ -22,9 +22,7 @@ module ActionCable autoload :Server, 'action_cable/server' autoload :Connection, 'action_cable/connection' autoload :Channel, 'action_cable/channel' - autoload :RemoteConnections, 'action_cable/remote_connections' - autoload :Broadcaster, 'action_cable/broadcaster' # Singleton instance of the server module_function def server |