Class: LogManager::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- LogManager::Generators::InstallGenerator
- Defined in:
- lib/generators/log_manager/install_generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
5 6 7 |
# File 'lib/generators/log_manager/install_generator.rb', line 5 def self.source_root @source_root ||= File.('../templates', __FILE__) end |
Instance Method Details
#generate_configuration_file ⇒ Object
9 10 11 |
# File 'lib/generators/log_manager/install_generator.rb', line 9 def generate_configuration_file copy_file "log_manager.yml", "config/log_manager.yml" end |