소스 검색

Fixing routes broken by r2581 (#2967, #2970).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2590 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/0.9.0
Jean-Philippe Lang 15 년 전
부모
커밋
5fc7d097fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      config/routes.rb

+ 1
- 1
config/routes.rb 파일 보기

@@ -221,7 +221,7 @@ ActionController::Routing::Routes.draw do |map|
repository_views.connect 'projects/:id/repository/:action/*path'
end
repositories.connect 'projects/:id/repository/edit', :action => 'edit', :conditions => {:method => :post}
repositories.connect 'projects/:id/repository/:action', :conditions => {:method => :post}
end
map.connect 'attachments/:id', :controller => 'attachments', :action => 'show', :id => /\d+/

Loading…
취소
저장