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