From e48c280c7e4a86a321e1f726071703b93da1cb57 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 27 Nov 2017 15:07:13 +1100 Subject: [PATCH] correct regression --- lib/hijack.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hijack.rb b/lib/hijack.rb index 486609d3754..c1b3e37432b 100644 --- a/lib/hijack.rb +++ b/lib/hijack.rb @@ -105,7 +105,7 @@ module Hijack render( body: binder.body, content_type: binder.content_type, - status: status + status: binder.status ) end end