class Twords::Generators::TwordsGenerator

Generate a configuration template for partials.

Public Instance Methods

copy_config_file() click to toggle source
# File lib/generators/twords_generator.rb, line 11
def copy_config_file
  template 'twords.rb.erb', 'config/initializers/twords.rb'
end