chore: get overview page to show without errors

This commit is contained in:
Nelson Jovel 2024-01-18 14:13:17 -08:00
parent 650a91ca62
commit 589c0f7e11
7 changed files with 31 additions and 16 deletions

View file

@ -2,8 +2,8 @@ Dashboard::Engine.routes.draw do
resources :districts do
resources :schools, only: %i[index show] do
resources :overview, only: [:index]
# resources :categories, only: [:show], path: "browse"
# resources :analyze, only: [:index]
resources :categories, only: [:show], path: "browse"
resources :analyze, only: [:index]
end
end
get "/welcome", to: "home#index"