Sha256: c4d9db0c57a82fc60c86ba346aae86ec5dca2e9ead945d42dc50a18921b01fa7
Contents?: true
Size: 256 Bytes
Versions: 2
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true # OVERRIDE Hyrax v5.0.0rc2 to add schemas that are located in config/metadata/*.yaml module IiifPrint module SimpleSchemaLoaderDecorator def config_search_paths super + [IiifPrint::Engine.root] end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
iiif_print-2.0.1 | app/services/iiif_print/simple_schema_loader_decorator.rb |
iiif_print-2.0.0 | app/services/iiif_print/simple_schema_loader_decorator.rb |