Class: DependentOptionChecker::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#create_yml_fileObject



9
10
11
# File 'lib/generators/dependent_option_checker/install_generator.rb', line 9

def create_yml_file
  copy_file 'dependent_option_checker.yml', 'config/dependent_option_checker.yml'
end