Defect #2970 ยป repo-routes.patch
| config/routes.rb | ||
|---|---|---|
| 222 | 222 |
end |
| 223 | 223 |
|
| 224 | 224 |
repositories.connect 'projects/:id/repository/edit', :action => 'edit', :conditions => {:method => :post}
|
| 225 |
repositories.connect 'projects/:id/repository/committers', :action => 'committers', :conditions => {:method => :post}
|
|
| 225 | 226 |
end |
| 226 | 227 |
|
| 227 | 228 |
map.connect 'attachments/:id', :controller => 'attachments', :action => 'show', :id => /\d+/ |