Method: MongoCoffee::ConfigGenerator#copy_config_file
- Defined in:
- lib/generators/mongo_coffee/config_generator.rb
#copy_config_file ⇒ Object
5 6 7 8 |
# File 'lib/generators/mongo_coffee/config_generator.rb', line 5 def copy_config_file copy_file "mongo_coffee.yml", "config/mongo_coffee.yml" copy_file "mongo_coffee.rb", "config/initializers/mongo_coffee.rb" end |