Class: Tabulatr::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Tabulatr::Generators::InstallGenerator
- Defined in:
- lib/tabulatr/generators/tabulatr/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_translation_file ⇒ Object
30 31 32 |
# File 'lib/tabulatr/generators/tabulatr/install_generator.rb', line 30 def copy_translation_file copy_file "tabulatr.yml", "config/locales/tabulatr.yml" end |