Class: Dry::Web::Roda::Generators::SubApp
- Inherits:
-
AbstractGenerator
- Object
- AbstractGenerator
- Dry::Web::Roda::Generators::SubApp
- Defined in:
- lib/dry/web/roda/generators/sub_app.rb
Instance Attribute Summary
Attributes inherited from AbstractGenerator
Instance Method Summary collapse
Methods inherited from AbstractGenerator
Constructor Details
This class inherits a constructor from Dry::Web::Roda::Generators::AbstractGenerator
Instance Method Details
#populate_templates ⇒ Object
8 9 10 11 12 |
# File 'lib/dry/web/roda/generators/sub_app.rb', line 8 def populate_templates add_lib add_system add_web end |