Class: Pairer::BoardChannel
- Inherits:
-
ApplicationCable::Channel
- Object
- ActionCable::Channel::Base
- ApplicationCable::Channel
- Pairer::BoardChannel
- Defined in:
- app/channels/pairer/board_channel.rb
Instance Method Summary collapse
Instance Method Details
#subscribed ⇒ Object
3 4 5 |
# File 'app/channels/pairer/board_channel.rb', line 3 def subscribed stream_from "board_#{params[:id]}" end |