OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/routes.rb

6 lines
354 B

map.connect 'projects/:project_id/costlog/:action/:id', :controller => 'costlog', :project_id => /.+/
#map.connect 'projects/:project_id/deliverables/:action', :controller => 'deliverables'
#map.connect 'deliverables/:action/:id', :controller => 'deliverables'
map.connect 'projects/:project_id/deliverables/:action/:id', :controller => 'deliverables'