Class: EffectiveStyleGuide::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_initializerObject



7
8
9
# File 'lib/generators/effective_style_guide/install_generator.rb', line 7

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

#show_readmeObject



11
12
13
# File 'lib/generators/effective_style_guide/install_generator.rb', line 11

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