# File 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