Class: Interage::Helper::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Interage::Helper::InstallGenerator
- Defined in:
- lib/generators/interage/helper/install/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_application_helper ⇒ Object
10 11 12 13 |
# File 'lib/generators/interage/helper/install/install_generator.rb', line 10 def create_application_helper copy_file 'application_helper.rb', application_helper_path copy_file 'application_helper.yml', application_locales_path end |