Class: OpenJd::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_yml_fileObject



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