Class: PhraseappInContextEditor::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_initializerObject



12
13
14
# File 'lib/generators/phraseapp_in_context_editor/install_generator.rb', line 12

def copy_initializer
  template "phraseapp_in_context_editor.rb", "config/initializers/phraseapp_in_context_editor.rb"
end

#show_readmeObject



16
17
18
# File 'lib/generators/phraseapp_in_context_editor/install_generator.rb', line 16

def show_readme
  readme "README" if behavior == :invoke
end