From 5e96e30781894e415deb5030d8b6d8a02b17a022 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Fri, 2 Dec 2016 09:39:21 +0100 Subject: [PATCH] contact --- config/routes.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 828ab1d..93dbdb5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -40,10 +40,10 @@ Rails.application.routes.draw do end - get 'contact.html' => 'public/menu_items#contact' - get "contact/new" + #get 'contact.html' => 'public/menu_items#contact' + # get "contact/new" - post "contact/create" + #post "contact/create" get "evenements/:id.html" => "public/events#show", :as => "public_event"