Class: Chewy::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Chewy::Generators::InstallGenerator
- Defined in:
- lib/generators/chewy/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_configuration ⇒ Object
6 7 8 |
# File 'lib/generators/chewy/install_generator.rb', line 6 def copy_configuration template 'chewy.yml', 'config/chewy.yml' end |