@@ -221,7 +221,7 ActionController::Routing::Routes.draw do |map| | |||
|
221 | 221 | repository_views.connect 'projects/:id/repository/:action/*path' |
|
222 | 222 | end |
|
223 | 223 | |
|
224 |
repositories.connect 'projects/:id/repository/ |
|
|
224 | repositories.connect 'projects/:id/repository/:action', :conditions => {:method => :post} | |
|
225 | 225 | end |
|
226 | 226 | |
|
227 | 227 | map.connect 'attachments/:id', :controller => 'attachments', :action => 'show', :id => /\d+/ |
General Comments 0
You need to be logged in to leave comments.
Login now