Sha256: 470242a6bd40d5b82adc701d831e8a889e349980705c0dbf286f938db99eb8ad
Contents?: true
Size: 347 Bytes
Versions: 20
Compression:
Stored size: 347 Bytes
Contents
module Hydra::Works # Typically used for very generic applications that don't differentiate # between specific content types. If you want a specific type of work # extend ActiveFedora::Base and include the following: # include Hydra::Works::WorkBehavior class Work < ActiveFedora::Base include Hydra::Works::WorkBehavior end end
Version data entries
20 entries across 20 versions & 1 rubygems