mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-13 09:20:28 -07:00
Add basic text and structure for site
This commit is contained in:
parent
4f2339709f
commit
f617238594
17 changed files with 511 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue