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

@ -0,0 +1,5 @@
class DistrictLeaderController < ApplicationController
def index
end
end