split out navigation into submenus

This commit is contained in:
rebuilt 2022-10-18 20:11:44 -07:00
parent 73320db93d
commit 11ba2ebcc8
9 changed files with 103 additions and 47 deletions

View file

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