Sha256: c72e67ce6ad31152a4798bcbc57d09ad243a41383ebbe3bfb812b4d507a8ebe2
Contents?: true
Size: 390 Bytes
Versions: 3
Compression:
Stored size: 390 Bytes
Contents
# --- # newspaper_works needs a fileset compatible with and mixing in # ::Hyrax::FileSetBehavior, since Hyrax does not define such a class. # Typically, this is provided by boilerplate Hyrax generates into an # app, but this engine provides a compatible FileSet class for use # and instantiaion by its models. # --- class FileSet < ActiveFedora::Base include ::Hyrax::FileSetBehavior end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
newspaper_works-1.0.1 | app/models/file_set.rb |
newspaper_works-1.0.0 | app/models/file_set.rb |
newspaper_works-0.1.0 | app/models/file_set.rb |