Skip to content

Commit

Permalink
fix routes.rb, add route for my page graph and roadmap graph
Browse files Browse the repository at this point in the history
  • Loading branch information
jaugustin committed May 21, 2012
1 parent 933ccee commit 3a5f438
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
map.connect 'projects/:project_id/issues/growth', :controller => 'graphs', :action => 'issue_growth'
map.connect 'issues/growth', :controller => 'graphs', :action => 'issue_growth'
map.connect ':project_id/issue_growth_graph', :controller => 'graphs', :action => 'issue_growth_graph'
map.connect 'graphs/recent-status-changes', :controller=>"graphs", :action=>"recent_status_changes_graph"
map.connect 'graphs/recent-assigned-to-changes', :controller=>"graphs", :action=>"recent_assigned_to_changes_graph"
map.connect 'graphs/target-version/:id', :controller=>"graphs", :action=>"target_version_graph"
end

0 comments on commit 3a5f438

Please sign in to comment.