Sha256: 803df3d22ccf49a241765dcea09a07e1b76c2eb917af6578528367a3a88e33df
Contents?: true
Size: 383 Bytes
Versions: 58
Compression:
Stored size: 383 Bytes
Contents
module Hyrax::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
58 entries across 58 versions & 2 rubygems