Commit 4a1ee050
Changed files (1)
config
config/routes.rb
@@ -52,7 +52,11 @@ Cake::Application.routes.draw do
# You can have the root of your site routed with "root"
# just remember to delete public/index.html.
+ #root :to => "home#index"
+ authenticate :user do
root :to => "home#index"
+ end
+ root :to => "devise:sessions#new"
# See how all your routes lay out with "rake routes"