lib/dry/web/roda/generators/umbrella_project.rb in dry-web-roda-0.8.0 vs lib/dry/web/roda/generators/umbrella_project.rb in dry-web-roda-0.9.0

- old
+ new

@@ -12,10 +12,10 @@ def add_boot add_template("umbrella_project/boot.rb.tt", "system/boot.rb") end def add_application - add_template("umbrella_project/application.rb.tt", "system/#{underscored_project_name}/application.rb") + add_template("umbrella_project/web.rb.tt", "system/#{underscored_project_name}/web.rb") end def post_process_callback Dir.chdir(target_dir) do Generators::SubApp.new("main", umbrella: target_dir).call