From c2037d048247410ec732704c86ef98d4f47dc90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Tollk=C3=BChn?= Date: Wed, 23 Jul 2025 11:38:07 +0200 Subject: [PATCH] fix routes --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 115640c..3660f6d 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,6 +1,7 @@ Rails.application.routes.draw do resources :clients resources :subprojects + resources :subprojects resources :subproject_addresses resources :projects # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html