Do not reproduce warden behavior, simply rely on the controller calling it

This commit is contained in:
José Valim
2012-05-06 12:09:53 +02:00
parent a9b7a4a1de
commit 5e845ee265
3 changed files with 57 additions and 92 deletions

View File

@@ -84,6 +84,7 @@ Rails.application.routes.draw do
match "/set", :to => "home#set"
match "/unauthenticated", :to => "home#unauthenticated"
match "/custom_strategy/new"
root :to => "home#index"
end