class ActiveFedora::Persistence::NullIdentifierService

An identifier service that doesn’t mint IDs, so that the autocreated identifiers from Fedora will be used.

Public Instance Methods

mint() click to toggle source

Effectively a no-op @return [NilClass]

# File lib/active_fedora/persistence/null_identifier_service.rb, line 8
def mint; end