mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
chore: get overview page to show without errors
This commit is contained in:
parent
650a91ca62
commit
589c0f7e11
7 changed files with 31 additions and 16 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue