mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-17 17:56:26 -07:00
chore: start adding overview page
This commit is contained in:
parent
1b0af124f7
commit
64b4d599c7
33 changed files with 783 additions and 199 deletions
|
|
@ -1,3 +1,10 @@
|
|||
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]
|
||||
end
|
||||
end
|
||||
get "/welcome", to: "home#index"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue