diff --git a/app/controllers/managements_controller.rb b/app/controllers/managements_controller.rb index 4a01fa3c..679f2e11 100644 --- a/app/controllers/managements_controller.rb +++ b/app/controllers/managements_controller.rb @@ -3476,7 +3476,7 @@ end type = params[:type] search = params[:search] if type == "0" - authentication_user = AuthenticationsUsers.where(user_id => apply_action.user_id).first + authentication_user = AuthenticationsUsers.where(user_id: apply_action.user_id).first if authentication_user.blank? AuthenticationsUsers.create(:user_id => apply_action.user_id, :authentication_id => 1) end