mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-08 06:01:43 +08:00
4 lines
138 B
Ruby
4 lines
138 B
Ruby
json.total_count @statues.total_count
|
|
json.statues @statues.each do |status|
|
|
json.partial! "simple_detail", locals: {status: status}
|
|
end |