Sha256: 7828cdbfc06241cc71b9dffe1e1e80c10f0c9c253fc649e7dd007f57238d78f2
Contents?: true
Size: 338 Bytes
Versions: 36
Compression:
Stored size: 338 Bytes
Contents
module Ddr module Models module HasAttachments extend ActiveSupport::Concern included do has_many :attachments, predicate: ::RDF::URI("http://projecthydra.org/ns/relations#isAttachedTo"), class_name: 'Attachment', as: :attached_to end end end end
Version data entries
36 entries across 36 versions & 1 rubygems