Sha256: 9c0968ee416ba2b58e59b4db760eb2eaded60751b72942bcaf9e75b5ec55d639

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

module Hydra::Works
  # Typically used for very generic applications that don't differntiate
  # between specific content types. If you want a specific type of work
  # extend Active::Fedora base and include the following:
  #  include Hydra::Works::WorkBehavior
  class GenericWork < ActiveFedora::Base
    include Hydra::Works::WorkBehavior
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hydra-works-0.6.0 lib/hydra/works/models/generic_work.rb
hydra-works-0.5.0 lib/hydra/works/models/generic_work.rb