Module: Hyrax::Noid

Extended by:
ActiveSupport::Concern
Included in:
AdminSetBehavior, CollectionBehavior, FileSetBehavior, WorkBehavior
Defined in:
app/services/hyrax/noid.rb

Instance Method Summary collapse

Instance Method Details

#assign_idObject

This overrides the default behavior, which is to ask Fedora for an id

See Also:

  • ActiveFedora::Persistence.assign_id


9
10
11
# File 'app/services/hyrax/noid.rb', line 9

def assign_id
  service.mint if Hyrax.config.enable_noids?
end

#to_paramObject



14
15
16
# File 'app/services/hyrax/noid.rb', line 14

def to_param
  id
end