Class: DifficultCustomer::Generators::InstallGenerator

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

Overview

This generator copies example config into config/.

Instance Method Summary collapse

Instance Method Details

#copy_configObject



8
9
10
# File 'lib/generators/difficult_customer/install_generator.rb', line 8

def copy_config
  template 'difficult_customer.yml', 'config/difficult_customer.yml'
end