Class: LogFu::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/log_fu/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_mongoid_yml_filesObject



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