diff options
| author | erdgeist <erdgeist@bauklotz.local> | 2009-03-10 21:03:52 +0100 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.local> | 2009-03-10 21:03:52 +0100 |
| commit | 26687eaf7400aea5d569f99e880ac3949982f303 (patch) | |
| tree | 7bd22978d1022de16a41428d65398edab628bf3c /config | |
| parent | d6049aeffc7de43393a9a7a1d2f95f26422a046f (diff) | |
added calendar backend. more features and integration to come
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 4305a21..33216b3 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
| @@ -10,6 +10,7 @@ ActionController::Routing::Routes.draw do |map| | |||
| 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 | ||
| 13 | 14 | ||
| 14 | map.logout '/logout', :controller => 'sessions', :action => 'destroy' | 15 | map.logout '/logout', :controller => 'sessions', :action => 'destroy' |
| 15 | map.login '/login', :controller => 'sessions', :action => 'new' | 16 | map.login '/login', :controller => 'sessions', :action => 'new' |
