class ActiveFedora::Config::SolrGenerator
def generate
def generate # Overwrite the configuration files that Blacklight has installed copy_file 'solr.yml', 'config/solr.yml', force: true directory 'solr', 'solr', force: true end
def solr_wrapper_config
def solr_wrapper_config # Overwrite the configuration files that Blacklight has installed copy_file '.solr_wrapper.yml', force: true copy_file 'solr_wrapper_test.yml', 'config/solr_wrapper_test.yml' end