aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Chen = 陈恺 <kaichen@users.noreply.github.com>2015-08-13 15:02:00 +0800
committerKai Chen = 陈恺 <kaichen@users.noreply.github.com>2015-08-13 15:02:00 +0800
commitf2c270cd0e6846ef46c91d73a2c996b759cc5da2 (patch)
tree94d7709a8aea04245c4c88d6e45fbc69c47a436b
parent4a9bf9b7432534e763a1014cd46d388f78c936d3 (diff)
downloadrails-f2c270cd0e6846ef46c91d73a2c996b759cc5da2.tar.gz
rails-f2c270cd0e6846ef46c91d73a2c996b759cc5da2.tar.bz2
rails-f2c270cd0e6846ef46c91d73a2c996b759cc5da2.zip
Remove out-of-date AC::Broadcaster reference
Remove out-of-data autoload reference of ActionCable::Broadcaster that removed at e1a99a83ca135523ff8513be756f156500999cb8 .
-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