@@ -49,7 +49,8 ActionController::Routing::Routes.draw do |map| | |||
|
49 | 49 | end |
|
50 | 50 | end |
|
51 | 51 | |
|
52 |
map.resources :issue_moves, :only => [:new, :create], |
|
|
52 | map.resources :issue_moves, :only => [:new, :create], | |
|
53 | :path_prefix => '/issues', :as => 'move' | |
|
53 | 54 | map.resources :queries, :except => [:show] |
|
54 | 55 | |
|
55 | 56 | # Misc issue routes. TODO: move into resources |
General Comments 0
You need to be logged in to leave comments.
Login now