actualites
This commit is contained in:
parent
ae007b6501
commit
fd7f028064
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user