diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2015-08-13 09:03:26 -0500 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2015-08-13 09:03:26 -0500 |
commit | 6143352f8ffba303f0c7644be7573f6725554cb3 (patch) | |
tree | 94d7709a8aea04245c4c88d6e45fbc69c47a436b | |
parent | 4a9bf9b7432534e763a1014cd46d388f78c936d3 (diff) | |
parent | f2c270cd0e6846ef46c91d73a2c996b759cc5da2 (diff) | |
download | rails-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
-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 |