Class: Pairer::BoardChannel

Inherits:
ApplicationCable::Channel show all
Defined in:
app/channels/pairer/board_channel.rb

Instance Method Summary collapse

Instance Method Details

#subscribedObject



3
4
5
# File 'app/channels/pairer/board_channel.rb', line 3

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