mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-08 23:18:13 -07:00
Update welcome page
This commit is contained in:
parent
98b9134779
commit
e5e0d6f6df
20 changed files with 792 additions and 125 deletions
|
|
@ -73,4 +73,9 @@ Rails.application.configure do
|
|||
|
||||
# Uncomment if you wish to allow Action Cable access from any origin.
|
||||
# config.action_cable.disable_request_forgery_protection = true
|
||||
|
||||
# Add Rack::LiveReload to the bottom of the middleware stack with the default options:
|
||||
# config.middleware.insert_after ActionDispatch::Static, Rack::LiveReload
|
||||
|
||||
config.middleware.insert_before Rack::Runtime, Rack::LiveReload
|
||||
end
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ Rails.application.routes.draw do
|
|||
get 'in_the_news/download_pdf', to: 'in_the_news#download_pdf'
|
||||
resources :home, only: %i[index create]
|
||||
|
||||
resources :contacts, only: %i[new create]
|
||||
resources :contacts, only: %i[index new create]
|
||||
|
||||
root 'home#index'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue