Class: LogManager::Generators::InstallGenerator

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.source_rootObject



5
6
7
# File 'lib/generators/log_manager/install_generator.rb', line 5

def self.source_root
  @source_root ||= File.expand_path('../templates', __FILE__)
end

Instance Method Details

#generate_configuration_fileObject



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