Class: Dry::Web::Roda::Generators::FlatProject

Inherits:
AbstractProject show all
Defined in:
lib/dry/web/roda/generators/flat_project.rb

Instance Attribute Summary

Attributes inherited from AbstractGenerator

#options, #target_dir

Instance Method Summary collapse

Methods inherited from AbstractGenerator

#call, #initialize

Constructor Details

This class inherits a constructor from Dry::Web::Roda::Generators::AbstractGenerator

Instance Method Details

#populate_templatesObject



9
10
11
12
13
# File 'lib/dry/web/roda/generators/flat_project.rb', line 9

def populate_templates
  super
  add_views
  add_web
end