diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-07 17:27:47 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-07 17:27:47 +0000 |
commit | 065376c160b0bc3ca6cd59707a0395b8bff23de9 (patch) | |
tree | debe9c5202d915408485963e850307fa922e00f7 /config/routes.rb | |
parent | 464cef8643e0bd5bf860e1fb7e4b65516dd12745 (diff) | |
download | redmine-065376c160b0bc3ca6cd59707a0395b8bff23de9.tar.gz redmine-065376c160b0bc3ca6cd59707a0395b8bff23de9.zip |
Copy issues via bulk update action.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8538 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb index 7814fe807..ae5f0f8a7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -40,9 +40,6 @@ ActionController::Routing::Routes.draw do |map| end end - map.resources :issue_moves, :only => [:new, :create], - :path_prefix => '/issues', :as => 'move' - # Misc issue routes. TODO: move into resources map.auto_complete_issues '/issues/auto_complete', :controller => 'auto_completes', :action => 'issues', :conditions => { :method => :get } |