Class: EffectiveDeveloper::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_initializerObject



10
11
12
# File 'lib/generators/effective_developer/install_generator.rb', line 10

def copy_initializer
  template 'config/effective_developer.rb', 'config/initializers/effective_developer.rb'
end