Sha256: b2e300eab38f688051dfd5f978cfeaa438e72839c86e6e33a6c933cb86c6ede4
Contents?: true
Size: 285 Bytes
Versions: 22
Compression:
Stored size: 285 Bytes
Contents
module ActiveFedora module Persistence # An identifier service that doesn't mint IDs, so that the autocreated # identifiers from Fedora will be used. class NullIdentifierService # Effectively a no-op # @return [NilClass] def mint; end end end end
Version data entries
22 entries across 22 versions & 1 rubygems