2012-12-10 61 views

回答

1

好問題。

而且還有一個很好的答案:)

使用response.body二傳手:

def logs 
    # logic here 
    response.body = [1, 2, 3] 
end 
+0

工作,謝謝 –