Class: Frontpack::LocaleGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Frontpack::LocaleGenerator
- Defined in:
- lib/generators/frontpack/locale_generator.rb
Instance Method Summary collapse
Instance Method Details
#install ⇒ Object
7 8 9 |
# File 'lib/generators/frontpack/locale_generator.rb', line 7 def install copy_file 'locale/frontpack.en_US.yml', 'config/locale/frontpack.en_US.yml' end |