adding route to make additional format work on global issue list

pull/6827/head
Gregor Schmidt 13 years ago
parent 30238292f8
commit b1a6e69931
  1. 1
      config/routes.rb

@ -1,3 +1,4 @@
ActionController::Routing::Routes.draw do |map|
map.connect 'projects/:project_id/issues/printable', :controller => 'issues', :action => 'printable'
map.connect 'issues/printable', :controller => 'issues', :action => 'printable'
end

Loading…
Cancel
Save