forked from External/greenlight
recording async update
This commit is contained in:
5
app/channels/recording_updates_channel.rb
Normal file
5
app/channels/recording_updates_channel.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class RecordingUpdatesChannel < ApplicationCable::Channel
|
||||
def subscribed
|
||||
stream_from "#{params[:username]}_recording_updates_channel"
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user