Methods
C
Instance Public methods
connect()
# File actioncable/test/connection/multiple_identifiers_test.rb, line 9
def connect
  self.current_user = User.new "lifo"
  self.current_room = Room.new "my", "room"
end