diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/zero/controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |