diff options
| author | hukl <contact@smyck.org> | 2009-09-05 18:08:23 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-05 18:08:23 +0200 |
| commit | f919497c2b590402c3cbd7744097a9bd32b70afd (patch) | |
| tree | 94961500f507a7cceec67868fe042755d94151d8 /config | |
| parent | 3c631738935199aba050223bac50416b299e16c5 (diff) | |
added tag resource, widget and auxillary files
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 4 |
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 @@ | |||
| 1 | ActionController::Routing::Routes.draw do |map| | 1 | ActionController::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} |
