mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 21:48:13 -08:00
Swap out contact form to one that uses mailgun
This commit is contained in:
parent
6df92d6f88
commit
7f433cf223
17 changed files with 130 additions and 70 deletions
|
|
@ -9,5 +9,7 @@ Rails.application.routes.draw do
|
|||
resources :construction, only: :index
|
||||
resources :district_leader, only: :index
|
||||
|
||||
resources :contacts, only: %i[new create]
|
||||
|
||||
root 'home#index'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue