在我的rabl模板中,我想列出不同的报告。我在模型中制作了一种方法来获取不同的报告。
然后在我的模板中:
child distinct_reports: :distinct_reports do
extends "api/reports/detail"
end
这给了我格式
distinct_reports
0
distinct_report
attributes_1
attribute_2
attribute_etc
哪个还可以,但是如何将distinct_report节点重命名为“ report”?