Class: CdmMigrator::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- CdmMigrator::InstallGenerator
- Defined in:
- lib/generators/install/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#inject_content_dm_yml ⇒ Object
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 |