Replaced checkbox with dropdown (#552)

This commit is contained in:
farhatahmad
2019-05-23 13:21:43 -04:00
committed by GitHub
parent de1e75fbf8
commit 3e0238eb0c
11 changed files with 72 additions and 61 deletions

View File

@ -131,9 +131,9 @@ class AdminsController < ApplicationController
redirect_to admins_path
end
# POST /admins/meetingAuthentication
# POST /admins/room_authentication
def room_authentication
@settings.update_value("Room Authentication", params[:authenticationRequired])
@settings.update_value("Room Authentication", params[:value])
redirect_to admins_path
end