Clearer doc

This commit is contained in:
David Heinemeier Hansson 2015-07-20 17:16:49 +02:00
parent 84bd21b591
commit b25758820f
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ module ActionCable
config.connection_class.new(self, env).process
end
# Disconnect all the remote connections established for subject, finded by identifiers
# Disconnect all the connections identified by `identifiers` on this server or any others via RemoteConnections.
def disconnect(identifiers)
remote_connections.where(identifiers).disconnect
end
@ -66,4 +66,4 @@ module ActionCable
end
end
end
end
end