aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2015-08-13 09:03:26 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2015-08-13 09:03:26 -0500
commit6143352f8ffba303f0c7644be7573f6725554cb3 (patch)
tree94d7709a8aea04245c4c88d6e45fbc69c47a436b /lib
parent4a9bf9b7432534e763a1014cd46d388f78c936d3 (diff)
parentf2c270cd0e6846ef46c91d73a2c996b759cc5da2 (diff)
downloadrails-6143352f8ffba303f0c7644be7573f6725554cb3.tar.gz
rails-6143352f8ffba303f0c7644be7573f6725554cb3.tar.bz2
rails-6143352f8ffba303f0c7644be7573f6725554cb3.zip
Merge pull request #59 from kaichen/patch-1
Remove out-of-date AC::Broadcaster reference
Diffstat (limited to 'lib')
-rw-r--r--lib/action_cable.rb2
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