Class: Sufia::BatchUploadsControllerBehavior::BatchUploadFormService

Inherits:
CurationConcerns::WorkFormService
  • Object
show all
Defined in:
app/controllers/concerns/sufia/batch_uploads_controller_behavior.rb

Class Method Summary collapse

Class Method Details

.form_class(_curation_concern = nil) ⇒ Object

Gives the class of the form.



30
31
32
# File 'app/controllers/concerns/sufia/batch_uploads_controller_behavior.rb', line 30

def self.form_class(_curation_concern = nil)
  ::Sufia::Forms::BatchUploadForm
end