Project

General

Profile

Defect #2970 ยป repo-routes.patch

Anonymous, 2009-03-14 21:53

View differences:

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+/
    (1-1/1)