Sha256: f90ca3209e2b51385544754461d696b9199389c7b0cfa204f15e4ada823bb278

Contents?: true

Size: 220 Bytes

Versions: 1

Compression:

Stored size: 220 Bytes

Contents

module Hydra
  module Mediated
    module GenericFile
      extend ActiveSupport::Concern
      include Sufia::GenericFile

      included do
        belongs_to :item, :property => :has_many
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hydra_mediated-0.0.1 lib/hydra/mediated/generic_file.rb