19 20 21 22
# File 'lib/devise/failure_app.rb', line 19 def self.call(env) @respond ||= action(:respond) @respond.call(env) end