mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
5 lines
111 B
Ruby
5 lines
111 B
Ruby
json.total_count @praises.size
|
|
json.praises do
|
|
json.partial! 'praise', collection: @praises, as: :praise
|
|
end
|