Sha256: 400f2cec0c6a942068b0480f63a1676d2e3672053a3a0e77c982c9bacdc1148b
Contents?: true
Size: 368 Bytes
Versions: 9
Compression:
Stored size: 368 Bytes
Contents
# frozen_string_literal: true Valkyrie::StorageAdapter.register( Valkyrie::Storage::Disk.new(base_path: Hyrax.config.branding_path, path_generator: Hyrax::ValkyrieSimplePathGenerator), :branding_disk ) Valkyrie::StorageAdapter.register( Valkyrie::Storage::Disk.new(base_path: Hyrax.config.derivatives_path), :derivatives_disk )
Version data entries
9 entries across 9 versions & 1 rubygems