Move bottom section of resources into District Leaders page

This commit is contained in:
rebuilt 2022-10-19 10:55:04 -07:00
parent 11ba2ebcc8
commit 97fb67718d
5 changed files with 75 additions and 121 deletions

View file

@ -7,6 +7,7 @@ Rails.application.routes.draw do
resources :resource, only: :index
resources :work_with_ecp, only: :index
resources :construction, only: :index
resources :district_leader, only: :index
root 'home#index'
end