Class: EffectiveDeveloper::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- EffectiveDeveloper::Generators::InstallGenerator
- Includes:
- Rails::Generators::Migration
- Defined in:
- lib/generators/effective_developer/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_initializer ⇒ Object
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 |