examples/rails/config/routes.rb in rmce_uploadr-0.0.2 vs examples/rails/config/routes.rb in rmce_uploadr-0.0.3

- old
+ new

@@ -31,10 +31,10 @@ # # Directs /admin/products/* to Admin::ProductsController (app/controllers/admin/products_controller.rb) # admin.resources :products # end # You can have the root of your site routed with map.root -- just remember to delete public/index.html. - # map.root :controller => "welcome" + map.root :controller => "posts" # See how all your routes lay out with "rake routes" # Install the default routes as the lowest priority. # Note: These default routes make all actions in every controller accessible via GET requests. You should