Class: ApplicationCable::TestChannel

Inherits:
Base::AnsibleDirectorChannel show all
Defined in:
app/channels/application_cable/test_channel.rb

Instance Method Summary collapse

Instance Method Details

#subscribedObject



5
6
7
# File 'app/channels/application_cable/test_channel.rb', line 5

def subscribed
  stream_from "task_#{params[:id]}"
end