Class: AkatusGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- AkatusGenerator
- Defined in:
- lib/generators/akatus_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_yml_file ⇒ Object
2 3 4 |
# File 'lib/generators/akatus_generator.rb', line 2 def create_yml_file copy_file "templates/akatus.yml", "config/akatus.yml" end |