Class: DubThee::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_localesObject



9
10
11
# File 'lib/generators/dub_thee/install/install_generator.rb', line 9

def copy_locales
  copy_file "config/locales/page_title.en.yml"
end