class ActionCable::Connection::IdentifierTest::Connection

Attributes

websocket[R]

Public Instance Methods

connect() click to toggle source
# File actioncable/test/connection/identifier_test.rb, line 14
def connect
  self.current_user = User.new "lifo"
end