Add basic text and structure for site

This commit is contained in:
rebuilt 2022-10-03 02:27:40 -07:00
parent 4f2339709f
commit f617238594
17 changed files with 511 additions and 4 deletions

View file

@ -1,6 +1,9 @@
Rails.application.routes.draw do
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
resources :team, only: :index
resources :about, only: :index
resources :sqm, only: :index
resources :qpa, only: :index
# Defines the root path route ("/")
# root "articles#index"
root 'home#index'
end