Sha256: d6c7838507bf27cf400d6a88176509eab3a42d395cd1c7957f4a7d88afeb9838
Contents?: true
Size: 274 Bytes
Versions: 18
Compression:
Stored size: 274 Bytes
Contents
module Hydra::Works class NotFileSetValidator def self.validate!(_association, record) if record.try(:file_set?) raise ActiveFedora::AssociationTypeMismatch, "#{record} is a FileSet and may not be a member of the association" end end end end
Version data entries
18 entries across 18 versions & 1 rubygems