Class: Locale::ViewGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Includes:
ActiveGenerator::Base, Base
Defined in:
lib/generators/locale/view/view_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_view_fileObject



12
13
14
15
# File 'lib/generators/locale/view/view_generator.rb', line 12

def copy_view_file
  assert_valid_language!
  template("view.yml", "config/locales/#{language}/views/#{namespace_path}/#{file_name}.yml")
end