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



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

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