mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-16 09:45:57 +08:00
5 lines
146 B
Ruby
5 lines
146 B
Ruby
json.total_count @projects.total_count
|
|
|
|
json.projects @projects do |project|
|
|
json.partial! "api/v1/projects/simple_detail", project: project
|
|
end |