Class: Rapidfire::Generators::LocalesGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Rapidfire::Generators::LocalesGenerator
- Defined in:
- lib/generators/rapidfire/locales_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_locales ⇒ Object
10 11 12 |
# File 'lib/generators/rapidfire/locales_generator.rb', line 10 def copy_locales directory ".", "config/locales" end |