BUSTED: what a mess. trying to get tournament round generation bits working. ack.

This commit is contained in:
Dan Buch
2012-03-10 08:47:47 -05:00
parent f0297f3101
commit 8ec802a2bf
19 changed files with 241 additions and 387 deletions

View File

@@ -3,5 +3,5 @@ ActionController::Routing::Routes.draw do |map|
map.resources :mashes
map.resources :mash_tournaments
map.root :controller => 'mashes', :action => 'index'
map.root :controller => 'mash_tournaments', :action => 'new'
end