Class: TalentScout::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_localesObject



7
8
9
10
# File 'lib/generators/talent_scout/install/install_generator.rb', line 7

def copy_locales
  template "config/locales/talent_scout.en.yml",
    { param_key: TalentScout::PARAM_KEY }
end