method
rescue_action
rails latest stable - Class:
ActionController::Compatibility
rescue_action(env)public
No documentation available.
# File actionpack/lib/action_controller/metal/compatibility.rb, line 27
def rescue_action(env)
ActiveSupport::Deprecation.warn "Calling `rescue_action` is deprecated and will be removed in Rails 4.0.", caller
raise env["action_dispatch.rescue.exception"]
end