mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
forgot to finish this test
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user