From 5b717908433aac1f7108bb652e23cc6098e4badc 2011-12-30 02:17:23 From: Toshi MARUYAMA Date: 2011-12-30 02:17:23 Subject: [PATCH] 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 --- diff --git a/config/routes.rb b/config/routes.rb index 838fde1..43965a0 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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