diff --git a/config/routes.rb b/config/routes.rb index 99a826bef..21d87d5af 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -118,7 +118,8 @@ ActionController::Routing::Routes.draw do |map| :only => [:index, :show, :create, :destroy] end # Bulk deletion - map.connect '/issues', :controller => 'issues', :action => 'destroy', :conditions => {:method => :delete} + map.connect '/issues', :controller => 'issues', :action => 'destroy', + :conditions => {:method => :delete} map.connect 'projects/:id/members/new', :controller => 'members', :action => 'new', :conditions => { :method => :post }