mirror of
https://github.com/redmine/redmine.git
synced 2026-07-07 22:11:50 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user