Class: CurationConcerns::Forms::CollectionEditForm
- Inherits:
-
Object
- Object
- CurationConcerns::Forms::CollectionEditForm
- Includes:
- HydraEditor::Form
- Defined in:
- app/forms/curation_concerns/forms/collection_edit_form.rb
Overview
Instance Method Summary collapse
-
#select_files ⇒ Hash
All FileSets in the collection, file.to_s is the key, file.id is the value.
Instance Method Details
#select_files ⇒ Hash
Returns All FileSets in the collection, file.to_s is the key, file.id is the value.
17 18 19 |
# File 'app/forms/curation_concerns/forms/collection_edit_form.rb', line 17 def select_files Hash[all_files] end |