mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 07:18:14 -05:00
Do not reproduce warden behavior, simply rely on the controller calling it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user