mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
8 lines
153 B
Ruby
8 lines
153 B
Ruby
json.partial! "commons/success"
|
|
json.projects do
|
|
|
|
json.array! @project_rank.each do |item|
|
|
json.partial! "detail", locals: {item: item}
|
|
end
|
|
|
|
end |