mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-06 15:41:33 +00:00
Code cleanup, removed duplicate project activity route.
git-svn-id: http://svn.redmine.org/redmine/trunk@13588 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c74098bbd6
commit
a0ca45b99c
@ -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…
x
Reference in New Issue
Block a user