# File lib/devise/failure_app.rb, line 26 def respond if http_auth? http_auth elsif warden_options[:recall] recall else redirect end end