class ActionCable::StreamTests::SymbolChannel

Public Instance Methods

subscribed() click to toggle source
# File actioncable/test/channel/stream_test.rb, line 47
def subscribed
  stream_from :channel
end