Class: Services::MdsFilesController

Inherits:
ApplicationController show all
Includes:
FileUploadHandler, MdsUploadFilters
Defined in:
app/controllers/services/mds_files_controller.rb

Constant Summary

Constants inherited from ApplicationController

ApplicationController::MAX_LIST_LENGTH

Instance Method Summary collapse

Methods included from MdsUploadFilters

#must_have_uploaded_file

Methods included from FileUploadHandler

#clear_temporary_files

Instance Method Details

#createObject



15
16
17
# File 'app/controllers/services/mds_files_controller.rb', line 15

def create
  @errors = MdsFileUploadContext.call(@upload_account, nil, @uploaded_file)
end