removed routes as they were redmine routes

pull/6827/head
Philipp Tessenow 14 years ago
parent f187de9470
commit 4781b12034
  1. 4
      config/routes.rb

@ -1,4 +0,0 @@
ActionController::Routing::Routes.draw do |map|
map.connect 'projects/:project_id/cost_reports.:format', :controller => 'cost_reports', :project_id => /.+/, :action => 'index'
map.connect 'projects/:project_id/cost_reports/:action/:id', :controller => 'cost_reports', :project_id => /.+/
end
Loading…
Cancel
Save