Class: Totoro::ConfigGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Totoro::ConfigGenerator
- Defined in:
- lib/generators/totoro/config_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_config_file ⇒ Object
8 9 10 |
# File 'lib/generators/totoro/config_generator.rb', line 8 def copy_config_file template 'totoro.yml', File.join('config', 'totoro.yml') end |