Class: GmoPayment::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- GmoPayment::Generators::InstallGenerator
- Defined in:
- lib/generators/gmo_payment/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_locales ⇒ Object
10 11 12 |
# File 'lib/generators/gmo_payment/install_generator.rb', line 10 def copy_locales copy_file 'ja.yml', 'config/gmo_payment.ja.yml' end |