Upgraded to rails 3.2.8

This commit is contained in:
benni 2012-09-30 21:38:52 +02:00
parent 29a6cd8b62
commit 0a1c326f14
8 changed files with 92 additions and 63 deletions

View file

@ -174,7 +174,7 @@ Foodsoft::Application.routes.draw do
resources :users, :only => [:index]
match '/:controller(/:action(/:id))'
match ':controller(/:action(/:id))(.:format)'
end # End of /:foodcoop scope
end