Add contact form

This commit is contained in:
Paul Chavard 2018-08-29 10:44:12 +01:00
parent 41815cfb1c
commit bad107ffae
5 changed files with 201 additions and 0 deletions

View file

@ -120,6 +120,9 @@ Rails.application.routes.draw do
get "patron" => "root#patron"
get "contact" => "support#index"
post "contact" => "support#create"
#
# Deprecated UI
#