class ActionCable::StreamTests::MultiChatChannel

Public Instance Methods

subscribed() click to toggle source
# File actioncable/test/channel/stream_test.rb, line 139
def subscribed
  stream_from "main_room"
  stream_from "test_all_rooms"
end