spec/dummy/config/routes.rb in enju_subject-0.1.0.pre27 vs spec/dummy/config/routes.rb in enju_subject-0.1.0.pre28

- old
+ new

@@ -48,10 +48,10 @@ # resources :products # end # You can have the root of your site routed with "root" # just remember to delete public/index.html. - root :to => 'subjects#index' + # root :to => 'page#index' # See how all your routes lay out with "rake routes" # This is a legacy wild controller route that's not recommended for RESTful applications. # Note: This route will make all actions in every controller accessible via GET requests.