class ActionCable::Connection::MultipleIdentifiersTest::Connection
Public Instance Methods
connect()
click to toggle source
# File actioncable/test/connection/multiple_identifiers_test.rb, line 11 def connect self.current_user = User.new "lifo" self.current_room = Room.new "my", "room" end