Class: CustomWords::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_yamlObject

def copy_initializer

template "custom_words.rb", "config/initializers/custom_words.rb"

end



14
15
16
# File 'lib/generators/custom_words/install_generator.rb', line 14

def copy_yaml
  template "custom_words.yml", "config/custom_words.yml"
end