From 06e0dc22e126b30e1a02b53b7f8228274ac5e407 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Mon, 26 Nov 2012 21:28:48 +0100 Subject: transform the response to an array --- lib/zero/controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/zero/controller.rb b/lib/zero/controller.rb index 2b4f148..6d7f8e5 100644 --- a/lib/zero/controller.rb +++ b/lib/zero/controller.rb @@ -25,7 +25,7 @@ module Zero def response process if respond_to?(:process) render - @response + @response.to_a end end end -- cgit v1.2.3-70-g09d2