Class: PhraseOta::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- PhraseOta::InstallGenerator
- Defined in:
- lib/generators/phrase_ota/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_initializer ⇒ Object
11 12 13 |
# File 'lib/generators/phrase_ota/install_generator.rb', line 11 def copy_initializer template "phrase_ota.rb", "config/initializers/phrase_ota.rb" end |
#show_readme ⇒ Object
15 16 17 |
# File 'lib/generators/phrase_ota/install_generator.rb', line 15 def show_readme readme "README.md" if behavior == :invoke end |