我通过以下方式发回一个 json 对象:
respond_with @authors, include: :posts
我需要限制posts
. 我试过:
respond_with @authors, include: :posts, limit: 10
但它不起作用。
我通过以下方式发回一个 json 对象:
respond_with @authors, include: :posts
我需要限制posts
. 我试过:
respond_with @authors, include: :posts, limit: 10
但它不起作用。