This commit is contained in:
Nicolas Bally 2016-12-02 09:39:21 +01:00
parent 8f001c9937
commit 5e96e30781

View File

@ -40,10 +40,10 @@ Rails.application.routes.draw do
end end
get 'contact.html' => 'public/menu_items#contact' #get 'contact.html' => 'public/menu_items#contact'
get "contact/new" # get "contact/new"
post "contact/create" #post "contact/create"
get "evenements/:id.html" => "public/events#show", :as => "public_event" get "evenements/:id.html" => "public/events#show", :as => "public_event"