forked from External/greenlight
signup and room waiting
This commit is contained in:
5
app/channels/waiting_channel.rb
Normal file
5
app/channels/waiting_channel.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class WaitingChannel < ApplicationCable::Channel
|
||||
def subscribed
|
||||
stream_from "#{params[:uid]}_waiting_channel"
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user