Sha256: 0187b49b8496ce28c2d9cd554a3e776482c730f69d09da7544d820abcd606b68
Contents?: true
Size: 413 Bytes
Versions: 25
Compression:
Stored size: 413 Bytes
Contents
# frozen_string_literal: true 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
25 entries across 25 versions & 1 rubygems