Class: WiceGrid::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- WiceGrid::Generators::InstallGenerator
- Defined in:
- lib/generators/wice_grid/install_generator.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#copy_stuff ⇒ Object
:nodoc:.
Instance Method Details
#copy_stuff ⇒ Object
:nodoc:
8 9 10 |
# File 'lib/generators/wice_grid/install_generator.rb', line 8 def copy_stuff #:nodoc: template 'wice_grid_config.rb', 'config/initializers/wice_grid_config.rb' end |