class Chewy::Generators::InstallGenerator

Public Instance Methods

copy_configuration() click to toggle source
# File lib/generators/chewy/install_generator.rb, line 6
def copy_configuration
  template 'chewy.yml', 'config/chewy.yml'
end