Class: CustomLogsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- CustomLogsGenerator
- Defined in:
- lib/generators/custom_logs_generator.rb
Instance Method Summary collapse
Instance Method Details
#config ⇒ Object
7 8 9 |
# File 'lib/generators/custom_logs_generator.rb', line 7 def config template "custom_logs.yml", 'config/custom_logs.yml' end |