forked from External/greenlight
signup and room waiting
This commit is contained in:
7
app/jobs/notify_user_waiting_job.rb
Normal file
7
app/jobs/notify_user_waiting_job.rb
Normal file
@ -0,0 +1,7 @@
|
||||
class NotifyUserWaitingJob < ApplicationJob
|
||||
queue_as :default
|
||||
|
||||
def perform(room)
|
||||
room.notify_waiting
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user