Class: Tabulatr::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/tabulatr/generators/tabulatr/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_translation_fileObject



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