Add Matomo Suivi page

This commit is contained in:
Chaïb Martinez 2018-11-07 16:54:18 +01:00 committed by gregoirenovel
parent 3187b5b05a
commit 8d02b4dbdf
6 changed files with 57 additions and 0 deletions

View file

@ -128,6 +128,7 @@ Rails.application.routes.draw do
end
get "patron" => "root#patron"
get "suivi" => "root#suivi"
get "contact", to: "support#index"
post "contact", to: "support#create"