Class: Hyrax::AdministrativeSet
- Defined in:
- app/models/hyrax/administrative_set.rb
Overview
Valkyrie model for Admin Set domain objects.
Instance Method Summary collapse
Methods inherited from Resource
#collection?, #file?, #file_set?, human_readable_type, #pcdm_object?, #permission_manager, #visibility, #visibility=, #work?
Methods included from WithEvents
#event_class, #events, #log_event, #stream
Instance Method Details
#collection_type_gid ⇒ Object
13 14 15 16 |
# File 'app/models/hyrax/administrative_set.rb', line 13 def collection_type_gid # allow AdministrativeSet to behave more like a regular PcdmCollection Hyrax::CollectionType.find_or_create_admin_set_type.to_global_id end |