def update
    @user_test = UserTest.find(params[:id])
    authorize @user_test

    if @user_test.update_attributes(permitted_params)