Class: Kommandant::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Kommandant::InstallGenerator
- Defined in:
- lib/generators/kommandant/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_templates ⇒ Object
6 7 8 |
# File 'lib/generators/kommandant/install_generator.rb', line 6 def copy_templates template "initializer.rb", "config/initializers/kommandant.rb" end |