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