Sha256: 8e1d0df2ea3afb27785b8d13c33af117c39b2ad9b55aae34b17e15ad22438d45
Contents?: true
Size: 524 Bytes
Versions: 13
Compression:
Stored size: 524 Bytes
Contents
# frozen_string_literal: true require 'rails/generators' module GeoblacklightSidecarImages class ExampleDocsGenerator < Rails::Generators::Base source_root File.expand_path('../../../spec/fixtures', __dir__) desc <<-DESCRIPTION This generator makes the following changes to your application: 1. Copies the dir of example solr doc files to host app/solr/geoblacklight/example_docs DESCRIPTION def create_services directory 'files', 'solr/geoblacklight/example_docs' end end end
Version data entries
13 entries across 13 versions & 1 rubygems