# frozen_string_literal: true # Generated via # `rails generate hyrax:collection_resource <%= class_name %>` class <%= class_name %>Form < Hyrax::Forms::PcdmCollectionForm include Hyrax::FormFields(:<%= file_name %>) end