route: code layout clean up issues bulk deletion route
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8434 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9835f4b800
commit
ff3230bd9a
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue