Class: Hyrax::BatchUploadsControllerBehavior::BatchUploadFormService

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

Overview

Gives the class of the form.

Class Method Summary collapse

Methods inherited from WorkFormService

build

Class Method Details

.form_class(_ = nil) ⇒ Object



31
32
33
# File 'app/controllers/concerns/hyrax/batch_uploads_controller_behavior.rb', line 31

def self.form_class(_ = nil)
  ::Hyrax::Forms::BatchUploadForm
end