hrmmm... no what wasn't that added during scaffold?

This commit is contained in:
Dan Buch 2012-03-09 08:12:55 -05:00
parent 1fa4ffbe65
commit f0297f3101

View File

@ -1,6 +1,7 @@
ActionController::Routing::Routes.draw do |map| ActionController::Routing::Routes.draw do |map|
map.resources :maps map.resources :maps
map.resources :mashes map.resources :mashes
map.resources :mash_tournaments
map.root :controller => 'mashes', :action => 'index' map.root :controller => 'mashes', :action => 'index'
end end