Module: Hyrax::Noid
- Extended by:
- ActiveSupport::Concern
- Included in:
- AdminSet, CollectionBehavior, FileSetBehavior, WorkBehavior
- Defined in:
- app/services/hyrax/noid.rb
Instance Method Summary collapse
-
#assign_id ⇒ Object
This overrides the default behavior, which is to ask Fedora for an id.
Instance Method Details
#assign_id ⇒ Object
This overrides the default behavior, which is to ask Fedora for an id
9 10 11 |
# File 'app/services/hyrax/noid.rb', line 9 def assign_id service.mint if Hyrax.config.enable_noids? end |