From f919497c2b590402c3cbd7744097a9bd32b70afd Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 5 Sep 2009 18:08:23 +0200 Subject: added tag resource, widget and auxillary files --- config/routes.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') 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 @@ ActionController::Routing::Routes.draw do |map| - map.resources :assets map.filter :locale @@ -9,7 +8,8 @@ ActionController::Routing::Routes.draw do |map| :action => 'render_page', :page_path => ['home'] ) - + map.resources :assets + map.resources :tags map.resources :occurrences map.resources :events map.resources :revisions, :member => {:diff => :post, :restore => :put} -- cgit v1.3