Class: CustomWords::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- CustomWords::Generators::InstallGenerator
- Defined in:
- lib/generators/custom_words/install_generator.rb
Instance Method Summary collapse
-
#copy_yaml ⇒ Object
def copy_initializer template “custom_words.rb”, “config/initializers/custom_words.rb” end.
Instance Method Details
#copy_yaml ⇒ Object
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 |