2012-03-04 13:05:48 +00:00
|
|
|
ActionController::Routing::Routes.draw do |map|
|
2012-03-07 14:32:33 +00:00
|
|
|
map.resources :maps
|
2012-03-04 16:51:35 +00:00
|
|
|
map.resources :mashes
|
2012-03-09 13:12:55 +00:00
|
|
|
map.resources :mash_tournaments
|
|
|
|
|
2012-03-10 13:47:47 +00:00
|
|
|
map.root :controller => 'mash_tournaments', :action => 'new'
|
2012-03-04 13:05:48 +00:00
|
|
|
end
|