diff --git a/config/routes.rb b/config/routes.rb index b5d4d51..6e5f9e4 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -222,6 +222,7 @@ ActionController::Routing::Routes.draw do |map| end repositories.connect 'projects/:id/repository/edit', :action => 'edit', :conditions => {:method => :post} + repositories.connect 'projects/:id/repository/committers', :action => 'committers', :conditions => {:method => :post} end map.connect 'attachments/:id', :controller => 'attachments', :action => 'show', :id => /\d+/