Sha256: 2e8d8630b8ab95cf604f12247f926abcb3f3338f874ff74ea29a83397224c975
Contents?: true
Size: 394 Bytes
Versions: 66
Compression:
Stored size: 394 Bytes
Contents
module CurationConcerns::HasRepresentative extend ActiveSupport::Concern included do belongs_to :representative, predicate: ::RDF::Vocab::EBUCore.hasRelatedMediaFragment, class_name: 'ActiveFedora::Base' belongs_to :thumbnail, predicate: ::RDF::Vocab::EBUCore.hasRelatedImage, class_name: 'ActiveFedora::Base' end end
Version data entries
66 entries across 66 versions & 2 rubygems