Sha256: 3d10e90bfcbb47987e70c70ee47ff8e656db78a2aa70f5e993f2f57562e25424
Contents?: true
Size: 641 Bytes
Versions: 13
Compression:
Stored size: 641 Bytes
Contents
Curate.configure do |config| <%= default_curation_concerns.inspect %> <% default_curation_concerns.each do |curation_concern| %> config.register_curation_concern :<%= curation_concern.to_s.singularize %> <% end %> # # You can override curate's antivirus runner by configuring a lambda (or # # object that responds to call) # config.default_antivirus_instance = lambda {|filename| … } # # Used for constructing permanent URLs # config.application_root_url = "https://repository.higher.edu/" # # Override the file characterization runner that is used # config.characterization_runner = lambda {|filename| … } end
Version data entries
13 entries across 13 versions & 1 rubygems