26 27 28 29
# File 'lib/devise/failure_app.rb', line 26 def self.call(env) @respond ||= action(:respond) @respond.call(env) end