transferred Code Ocean from original repository to GitHub
This commit is contained in:
6
app/controllers/concerns/file_parameters.rb
Normal file
6
app/controllers/concerns/file_parameters.rb
Normal file
@ -0,0 +1,6 @@
|
||||
module FileParameters
|
||||
def file_attributes
|
||||
%w[content context_id feedback_message file_id file_type_id hidden id name native_file path read_only role weight]
|
||||
end
|
||||
private :file_attributes
|
||||
end
|
Reference in New Issue
Block a user