Rename 'Dashboard' to overview in page text and also modify 'dashboard' routes to be 'overview'. Finishes #180076071

This commit is contained in:
Nelson Jovel 2021-12-14 13:20:18 +01:00
parent 2753888f11
commit f553c3c11c
19 changed files with 34 additions and 34 deletions

View file

@ -24,7 +24,7 @@ Rails.application.routes.draw do
resources :districts do
resources :schools, only: [:index, :show] do
resources :dashboard, only: [:index]
resources :overview, only: [:index]
resources :categories, only: [:show], path: 'browse'
end
end