class ActionController::Metal

def status=(status)

def status=(status)
  @_status = Rack::Utils.status_code(status)
end