Sha256: 788644e2084044418341e25f8b4ce0fb304231548800daf876aaeb9a5407d2f3
Contents?: true
Size: 355 Bytes
Versions: 7
Compression:
Stored size: 355 Bytes
Contents
require 'active-fedora' class ModsAsset < ActiveFedora::Base include Hydra::AccessControls::Permissions # This is how we're associating admin policies with assets. # You can associate them however you want, just use the :is_governed_by relationship belongs_to :admin_policy, :class_name=> "Hydra::AdminPolicy", :property=>:is_governed_by end
Version data entries
7 entries across 7 versions & 1 rubygems