summaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 838fde16a..43965a064 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