route: remove redundant :path_prefix from time entries route scoped under project

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8559 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2012-01-08 16:04:09 +00:00
parent 89b06fa75d
commit 3ed0c93857
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ ActionController::Routing::Routes.draw do |map|
:member => {:status_by => :post}
project.resources :news, :shallow => true
project.resources :time_entries, :controller => 'timelog',
:path_prefix => 'projects/:project_id',
:collection => {:report => :get}
project.resources :queries, :only => [:new, :create]
project.resources :issue_categories, :shallow => true