Class: CdmMigrator::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/install/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#inject_content_dm_ymlObject



4
5
6
# File 'lib/generators/install/install_generator.rb', line 4

def inject_content_dm_yml
  copy_file('config/to_spotlight.yml', 'config/to_spotlight.yml') unless File.file?('config/to_spotlight.yml')
end