Sha256: 457b781ef103c868912f46c83eeea158222777312470db38d0219f531e45fb55
Contents?: true
Size: 465 Bytes
Versions: 15
Compression:
Stored size: 465 Bytes
Contents
module GeoConcerns # Attributes and methods for basic geospatial metadata used by Works module FileSetMetadata extend ActiveSupport::Concern included do apply_schema ::GeoConcerns::FileSetMetadataRequired, ActiveFedora::SchemaIndexingStrategy.new( ActiveFedora::Indexers::GlobalIndexer.new( [:stored_searchable, :symbol] ) ) end end end
Version data entries
15 entries across 15 versions & 1 rubygems