Sha256: 8bd11069cc4ce45aee49ee64e3848521cfa1f25755659b5b83d7a71931202546
Contents?: true
Size: 461 Bytes
Versions: 26
Compression:
Stored size: 461 Bytes
Contents
module Hydra class AdminPolicy < ActiveFedora::Base include Hydra::AdminPolicyBehavior include Hydra::AccessControls::Permissions property :title, predicate: ::RDF::Vocab::DC.title do |index| index.as :stored_searchable end property :description, predicate: ::RDF::Vocab::DC.description do |index| index.as :searchable end def description super.first end def title super.first end end end
Version data entries
26 entries across 26 versions & 1 rubygems