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"