Class: Nifval::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_locale_fileObject



5
6
7
# File 'lib/generators/nifval/install_generator.rb', line 5

def copy_locale_file
  copy_file 'en.yml', 'config/locales/nifval.en.yml'
end