Class: Hyrax::BatchUploadsController::BatchUploadFormService
- Inherits:
-
WorkFormService
- Object
- WorkFormService
- Hyrax::BatchUploadsController::BatchUploadFormService
- Defined in:
- app/controllers/hyrax/batch_uploads_controller.rb
Overview
Gives the class of the form.
Class Method Summary collapse
Methods inherited from WorkFormService
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 |