class ActionDispatch::Response

def response_code

The response code of the request.
def response_code
  @status
end