Add setting for recording visibility (#634)

This commit is contained in:
shawn-higgins1
2019-07-22 15:39:49 -04:00
committed by Jesus Federico
parent 2c37f87cbc
commit c4eeee3d40
8 changed files with 64 additions and 2 deletions

View File

@ -54,6 +54,7 @@ Rails.application.routes.draw do
post '/registration_method/:method', to: 'admins#registration_method', as: :admin_change_registration
post '/approve/:user_uid', to: 'admins#approve', as: :admin_approve
post '/room_limit', to: 'admins#room_limit', as: :admin_room_limit
post '/default_recording_visibility', to: 'admins#default_recording_visibility', as: :admin_recording_visibility
end
scope '/themes' do