@@ -221,7 +221,7 ActionController::Routing::Routes.draw do |map| | |||||
221 | repository_views.connect 'projects/:id/repository/:action/*path' |
|
221 | repository_views.connect 'projects/:id/repository/:action/*path' | |
222 | end |
|
222 | end | |
223 |
|
223 | |||
224 |
repositories.connect 'projects/:id/repository/ |
|
224 | repositories.connect 'projects/:id/repository/:action', :conditions => {:method => :post} | |
225 | end |
|
225 | end | |
226 |
|
226 | |||
227 | map.connect 'attachments/:id', :controller => 'attachments', :action => 'show', :id => /\d+/ |
|
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