Module: Hydra::PCDM::CollectionBehavior::ClassMethods

Defined in:
lib/hydra/pcdm/models/concerns/collection_behavior.rb

Overview

See Also:

  • ActiveSupport::Concern

Instance Method Summary collapse

Instance Method Details

#indexerClass



27
28
29
# File 'lib/hydra/pcdm/models/concerns/collection_behavior.rb', line 27

def indexer
  Hydra::PCDM::CollectionIndexer
end

#type_validatorClass



33
34
35
# File 'lib/hydra/pcdm/models/concerns/collection_behavior.rb', line 33

def type_validator
  Validators::PCDMCollectionValidator
end