Nested routes, Listed tasks associated with projects

This commit is contained in:
KaungKaung
2026-01-27 11:43:00 +06:30
parent fd0a6fb408
commit 6c3180f203
6 changed files with 65 additions and 0 deletions

View File

@@ -1,4 +1,11 @@
Rails.application.routes.draw do
root "projects#index"
resources :projects
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.