From fd7f028064093164a2d69c7a0e68d9fb17990eb8 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 17 Dec 2014 22:16:01 +0100 Subject: [PATCH] actualites --- config/routes.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 480b258..28ffbde 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,9 +1,9 @@ # -*- encoding : utf-8 -*- Survey::Application.routes.draw do - get "evenements/:id.html" => "public/events#show", :as => "public_event" - get "evenements.html" => "public/events#index", :as => "public_events" - get 'blog/:id.html' => "public/articles#show", :as => "public_article" - get 'blog.html' => "public/articles#index", :as => "articles" + get "agenda/:id.html" => "public/events#show", :as => "public_event" + get "agenda.html" => "public/events#index", :as => "public_events" + get 'actualites/:id.html' => "public/articles#show", :as => "public_article" + get 'actualites.html' => "public/articles#index", :as => "articles" get "blog/archives/:year/:month.html"=> "public/articles#archives", :as => :archive_public_article