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