Add contact form
This commit is contained in:
parent
41815cfb1c
commit
bad107ffae
5 changed files with 201 additions and 0 deletions
|
@ -120,6 +120,9 @@ Rails.application.routes.draw do
|
|||
|
||||
get "patron" => "root#patron"
|
||||
|
||||
get "contact" => "support#index"
|
||||
post "contact" => "support#create"
|
||||
|
||||
#
|
||||
# Deprecated UI
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue