summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-05 18:08:23 +0200
committerhukl <contact@smyck.org>2009-09-05 18:08:23 +0200
commitf919497c2b590402c3cbd7744097a9bd32b70afd (patch)
tree94961500f507a7cceec67868fe042755d94151d8 /config
parent3c631738935199aba050223bac50416b299e16c5 (diff)
added tag resource, widget and auxillary files
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb
index b8c877b..c3b2e84 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,5 +1,4 @@
1ActionController::Routing::Routes.draw do |map| 1ActionController::Routing::Routes.draw do |map|
2 map.resources :assets
3 2
4 map.filter :locale 3 map.filter :locale
5 4
@@ -9,7 +8,8 @@ ActionController::Routing::Routes.draw do |map|
9 :action => 'render_page', 8 :action => 'render_page',
10 :page_path => ['home'] 9 :page_path => ['home']
11 ) 10 )
12 11 map.resources :assets
12 map.resources :tags
13 map.resources :occurrences 13 map.resources :occurrences
14 map.resources :events 14 map.resources :events
15 map.resources :revisions, :member => {:diff => :post, :restore => :put} 15 map.resources :revisions, :member => {:diff => :post, :restore => :put}