Method: ActionCable::RemoteConnections#where

Defined in:
actioncable/lib/action_cable/remote_connections.rb

#where(identifier) ⇒ Object



38
39
40
# File 'actioncable/lib/action_cable/remote_connections.rb', line 38

def where(identifier)
  RemoteConnection.new(server, identifier)
end