diff --git a/config/routes.rb b/config/routes.rb index 846ce6c9..f357ff7e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,7 +1,7 @@ CruiseControl::Application.routes.draw do match '/' => 'projects#index', :as => :root - resources :projects do + resources :projects do member do post :build, :constraints => { :id => /.*/ } post :kill_build, :constraints => { :id => /.*/ }