aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/remote_connections.rb
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-02-22 22:55:39 -0300
committerRafael França <rafaelmfranca@gmail.com>2016-02-22 22:55:39 -0300
commitd3f0aa36c388310fbbbcab6295548dc18e385d0f (patch)
treeb2a343ab2e99b11c279a6f47d355f381bd191689 /actioncable/lib/action_cable/remote_connections.rb
parentb86bf3929c0cbbee2bd9b4bd0f6460bd7ba99e7b (diff)
parent05088b6299a39f4eb9b1da95b05d2e14e3c90c8e (diff)
downloadrails-d3f0aa36c388310fbbbcab6295548dc18e385d0f.tar.gz
rails-d3f0aa36c388310fbbbcab6295548dc18e385d0f.tar.bz2
rails-d3f0aa36c388310fbbbcab6295548dc18e385d0f.zip
Merge pull request #23668 from maclover7/cable-docs
Full Action Cable documentation read through
Diffstat (limited to 'actioncable/lib/action_cable/remote_connections.rb')
-rw-r--r--actioncable/lib/action_cable/remote_connections.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actioncable/lib/action_cable/remote_connections.rb b/actioncable/lib/action_cable/remote_connections.rb
index 7ec121308a..aeef8abc72 100644
--- a/actioncable/lib/action_cable/remote_connections.rb
+++ b/actioncable/lib/action_cable/remote_connections.rb
@@ -13,8 +13,8 @@ module ActionCable
# ActionCable.server.remote_connections.where(current_user: User.find(1)).disconnect
#
# This will disconnect all the connections established for
- # <tt>User.find(1)</tt> across all servers running on all machines, because
- # it uses the internal channel that all these servers are subscribed to.
+ # <tt>User.find(1)</tt>, across all servers running on all machines, because
+ # it uses the internal channel that all of these servers are subscribed to.
class RemoteConnections
attr_reader :server