git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2590 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9f45499936
commit
5fc7d097fe
|
@ -221,7 +221,7 @@ ActionController::Routing::Routes.draw do |map|
|
||||||
repository_views.connect 'projects/:id/repository/:action/*path'
|
repository_views.connect 'projects/:id/repository/:action/*path'
|
||||||
end
|
end
|
||||||
|
|
||||||
repositories.connect 'projects/:id/repository/edit', :action => 'edit', :conditions => {:method => :post}
|
repositories.connect 'projects/:id/repository/:action', :conditions => {:method => :post}
|
||||||
end
|
end
|
||||||
|
|
||||||
map.connect 'attachments/:id', :controller => 'attachments', :action => 'show', :id => /\d+/
|
map.connect 'attachments/:id', :controller => 'attachments', :action => 'show', :id => /\d+/
|
||||||
|
|
Loading…
Reference in New Issue