create remote evaluation
This commit is contained in:
8
app/controllers/concerns/remote_evaluation_parameters.rb
Normal file
8
app/controllers/concerns/remote_evaluation_parameters.rb
Normal file
@ -0,0 +1,8 @@
|
||||
module RemoteEvaluationParameters
|
||||
include FileParameters
|
||||
|
||||
def remote_evaluation_params
|
||||
remote_evaluation_params = params[:remote_evaluation].permit(:validation_token, files_attributes: file_attributes)
|
||||
end
|
||||
private :remote_evaluation_params
|
||||
end
|
Reference in New Issue
Block a user