forgot to finish this test

This commit is contained in:
thiggy1342
2022-06-24 02:18:48 +00:00
committed by GitHub
parent 45dd38df6e
commit cf36333082

View File

@@ -7,9 +7,12 @@ class TestController < ActionController::Base
TestObject.new(request.query_parameters)
end
def update
TestObect.update(object_params)
end
#
def object_params
p = params.query_parameters
params.require(:uuid).permit(:notes)
end
end