Class: Hyrax::BatchUploadsController::BatchUploadFormService

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

Overview

Gives the class of the form.

Class Method Summary collapse

Methods inherited from WorkFormService

build

Class Method Details

.form_class(_ = nil) ⇒ Object



9
10
11
# File 'app/controllers/hyrax/batch_uploads_controller.rb', line 9

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