Class: Twords::Generators::TwordsGenerator

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

Overview

Generate a configuration template for partials.

Instance Method Summary collapse

Instance Method Details

#copy_config_fileObject



11
12
13
# File 'lib/generators/twords_generator.rb', line 11

def copy_config_file
  template 'twords.rb.erb', 'config/initializers/twords.rb'
end