Class: OpenJd::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- OpenJd::Generators::InstallGenerator
- Defined in:
- lib/generators/open_jd/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_yml_file ⇒ Object
6 7 8 |
# File 'lib/generators/open_jd/install_generator.rb', line 6 def copy_yml_file copy_file 'jd.yml', 'config/jd.yml' end |