class DubThee::Generators::InstallGenerator

Public Instance Methods

copy_locales() click to toggle source
# File lib/generators/dub_thee/install/install_generator.rb, line 9
def copy_locales
  copy_file "config/locales/page_title.en.yml"
end