mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 00:46:07 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user