Skip to content

Commit

Permalink
removed extra whitespace because It annoyed me greatly...
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Byrne committed Nov 12, 2011
1 parent 39dcef5 commit 1a622d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 => /.*/ }
Expand Down

0 comments on commit 1a622d1

Please sign in to comment.