Initial implementation of projects, tasks and their basic actions #1

Open
KaungKaung wants to merge 24 commits from development into main
Showing only changes of commit cfca2bec27 - Show all commits

View File

@@ -2,7 +2,9 @@ Rails.application.routes.draw do
root "projects#index"
resources :projects
resources :projects do
resources :tasks
end