Devise::FailureApp
# File lib/custom_failure.rb, line 2 def redirect_url root_path end
# File lib/custom_failure.rb, line 6 def respond if http_auth? http_auth else redirect end end