instance method
where
Ruby on Rails 7.1.6
Since v5.2.8.1Signature
where(identifier)
No documentation comment.
Parameters
-
identifierreq
Source
# File actioncable/lib/action_cable/remote_connections.rb, line 36
def where(identifier)
RemoteConnection.new(server, identifier)
end
Defined in actioncable/lib/action_cable/remote_connections.rb line 36
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::RemoteConnections