Initial commit
This commit is contained in:
8
app/controllers/public/zoom_meetings_controller.rb
Normal file
8
app/controllers/public/zoom_meetings_controller.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class Public::ZoomMeetingsController < Public::BaseController
|
||||
skip_after_action :verify_authorized
|
||||
|
||||
def show
|
||||
broadcast = Broadcast.find_by_token!(params[:broadcast_token])
|
||||
redirect_to broadcast.zoom_meeting_url
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user