summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-10 23:51:03 +0100
committerhukl <contact@smyck.org>2009-03-10 23:51:03 +0100
commitc9fa047402fdc009319dca7b05455e8ce73eaee7 (patch)
tree232bcb793cb187a50ec38343f8f93a3901492c2f /config/routes.rb
parentd987886a9a94c6bad53ff7c7a241b85ea0b57de7 (diff)
remove event resource temporarily until its finalized
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 33216b3..24735b5 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -9,9 +9,7 @@ ActionController::Routing::Routes.draw do |map|
9 map.filter :locale 9 map.filter :locale
10 10
11 map.resources :pages 11 map.resources :pages
12 map.resources :nodes, :member => {:publish => :put, :unlock => :put} 12 map.resources :nodes, :member => {:publish => :put, :unlock => :put}
13 map.resources :events
14
15 map.logout '/logout', :controller => 'sessions', :action => 'destroy' 13 map.logout '/logout', :controller => 'sessions', :action => 'destroy'
16 map.login '/login', :controller => 'sessions', :action => 'new' 14 map.login '/login', :controller => 'sessions', :action => 'new'
17 map.resources :users 15 map.resources :users