Sha256: 3a5ba5cf973c99e41dcb3056ce515137f20d520c4327bee814c07a344450855a
Contents?: true
Size: 773 Bytes
Versions: 18
Compression:
Stored size: 773 Bytes
Contents
module GeoConcerns # Attributes and methods for basic geospatial metadata used by Works module BasicGeoMetadata extend ActiveSupport::Concern included do apply_schema ::GeoConcerns::BasicGeoMetadataRequired, ActiveFedora::SchemaIndexingStrategy.new( ActiveFedora::Indexers::GlobalIndexer.new( [:stored_searchable, :facetable, :symbol] ) ) apply_schema ::GeoConcerns::BasicGeoMetadataOptional, ActiveFedora::SchemaIndexingStrategy.new( ActiveFedora::Indexers::GlobalIndexer.new( [:stored_searchable, :facetable, :symbol] ) ) end end end
Version data entries
18 entries across 18 versions & 1 rubygems