Class: CurationConcerns::Forms::CollectionEditForm

Inherits:
Object
  • Object
show all
Includes:
HydraEditor::Form
Defined in:
app/forms/curation_concerns/forms/collection_edit_form.rb

Overview

Since:

  • 0.14.0

Instance Method Summary collapse

Instance Method Details

#select_filesHash

Returns All FileSets in the collection, file.to_s is the key, file.id is the value.

Returns:

  • (Hash)

    All FileSets in the collection, file.to_s is the key, file.id is the value

Since:

  • 0.14.0



17
18
19
# File 'app/forms/curation_concerns/forms/collection_edit_form.rb', line 17

def select_files
  Hash[all_files]
end