From f2c270cd0e6846ef46c91d73a2c996b759cc5da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20Chen=20=3D=20=E9=99=88=E6=81=BA?= Date: Thu, 13 Aug 2015 15:02:00 +0800 Subject: Remove out-of-date AC::Broadcaster reference Remove out-of-data autoload reference of ActionCable::Broadcaster that removed at e1a99a83ca135523ff8513be756f156500999cb8 . --- lib/action_cable.rb | 2 -- 1 file changed, 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 -- cgit v1.2.3