Class: ApplicationCable::TestChannel
- Inherits:
-
Base::AnsibleDirectorChannel
- Object
- ActionCable::Channel::Base
- Base::AnsibleDirectorChannel
- ApplicationCable::TestChannel
- Defined in:
- app/channels/application_cable/test_channel.rb
Instance Method Summary collapse
Instance Method Details
#subscribed ⇒ Object
5 6 7 |
# File 'app/channels/application_cable/test_channel.rb', line 5 def subscribed stream_from "task_#{params[:id]}" end |