method
where
v5.0.0.1 -
Show latest stable
- Class:
ActionCable::RemoteConnections
where(identifier)public
No documentation available.
# File actioncable/lib/action_cable/remote_connections.rb, line 25
def where(identifier)
RemoteConnection.new(server, identifier)
end