Class: SystemTester::ExecutionChannel

Inherits:
ApplicationCable::Channel show all
Defined in:
app/channels/system_tester/execution_channel.rb

Instance Method Summary collapse

Instance Method Details

#subscribedObject



3
4
5
# File 'app/channels/system_tester/execution_channel.rb', line 3

def subscribed
  stream_from "system_tester_execution"
end