Class: Polivalente::Generators::LocalesGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Polivalente::Generators::LocalesGenerator
- Defined in:
- lib/generators/polivalente/locales/locales_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_locales ⇒ Object
6 7 8 |
# File 'lib/generators/polivalente/locales/locales_generator.rb', line 6 def copy_locales directory "../../../../config/locales", "config/locales" end |