Sha256: 0db50f792446cb00ea04090d4294f3769ca70456285383897580d4f835ab7fd1
Contents?: true
Size: 244 Bytes
Versions: 4
Compression:
Stored size: 244 Bytes
Contents
# frozen_string_literal: true # Provide plain file set model if not defined by the application. # Needed until Hyrax internals do not assume its existence. class ::FileSet < Hyrax.config.file_set_class; end unless '::FileSet'.safe_constantize
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hyrax-5.0.2 | app/models/file_set.rb |
hyrax-5.0.1 | app/models/file_set.rb |
hyrax-5.0.0 | app/models/file_set.rb |
hyrax-5.0.0.rc3 | app/models/file_set.rb |