diff config/routes.rb @ 129:5e974759e8b2 cannam

Merge from the default branch
author Chris Cannam
date Wed, 19 Jan 2011 15:15:02 +0000
parents 07fa8a8b56a8
children 73ff0e6a11b1 cbce1fd3b1b7
line wrap: on
line diff
--- a/config/routes.rb	Wed Jan 19 13:27:01 2011 +0000
+++ b/config/routes.rb	Wed Jan 19 15:15:02 2011 +0000
@@ -122,8 +122,7 @@
   map.resources :users, :member => {
     :edit_membership => :post,
     :destroy_membership => :post
-  },
-  :except => [:destroy]
+  }
 
   # For nice "roadmap" in the url for the index action
   map.connect 'projects/:project_id/roadmap', :controller => 'versions', :action => 'index'