Browse Source

Code cleanup, removed duplicate project activity route.

git-svn-id: http://svn.redmine.org/redmine/trunk@13588 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.0.0
Jean-Philippe Lang 9 years ago
parent
commit
a0ca45b99c
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      config/routes.rb

+ 1
- 2
config/routes.rb View File

@@ -209,8 +209,7 @@ Rails.application.routes.draw do
# TODO: delete /time_entries for bulk deletion
match '/time_entries/destroy', :to => 'timelog#destroy', :via => :delete

get 'projects/:id/activity', :to => 'activities#index'
get 'projects/:id/activity.:format', :to => 'activities#index'
get 'projects/:id/activity', :to => 'activities#index', :as => :project_activity
get 'activity', :to => 'activities#index'

# repositories routes

Loading…
Cancel
Save