route: code layout clean up issue_moves route
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8430 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f00c851fc5
commit
5b71790843
|
@ -49,7 +49,8 @@ ActionController::Routing::Routes.draw do |map|
|
|||
end
|
||||
end
|
||||
|
||||
map.resources :issue_moves, :only => [:new, :create], :path_prefix => '/issues', :as => 'move'
|
||||
map.resources :issue_moves, :only => [:new, :create],
|
||||
:path_prefix => '/issues', :as => 'move'
|
||||
map.resources :queries, :except => [:show]
|
||||
|
||||
# Misc issue routes. TODO: move into resources
|
||||
|
|
Loading…
Reference in New Issue