Class: ActiveFedora::Persistence::NullIdentifierService
- Inherits:
-
Object
- Object
- ActiveFedora::Persistence::NullIdentifierService
- Defined in:
- lib/active_fedora/persistence/null_identifier_service.rb
Overview
An identifier service that doesn’t mint IDs, so that the autocreated identifiers from Fedora will be used.
Instance Method Summary collapse
-
#mint ⇒ NilClass
Effectively a no-op.
Instance Method Details
#mint ⇒ NilClass
Effectively a no-op
8 |
# File 'lib/active_fedora/persistence/null_identifier_service.rb', line 8 def mint; end |