0
0
Fork 0

transform the response to an array

This commit is contained in:
Gibheer 2012-11-26 21:28:48 +01:00
parent fe7a622120
commit 06e0dc22e1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ module Zero
def response
process if respond_to?(:process)
render
@response
@response.to_a
end
end
end