Class: LogFu::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- LogFu::Generators::InstallGenerator
- Defined in:
- lib/generators/log_fu/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_mongoid_yml_files ⇒ Object
10 11 12 |
# File 'lib/generators/log_fu/install_generator.rb', line 10 def copy_mongoid_yml_files copy_file "../templates/mongoid.yml", "config/mongoid.yml" end |