Class: TalentScout::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- TalentScout::Generators::InstallGenerator
- Defined in:
- lib/generators/talent_scout/install/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_locales ⇒ Object
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 |