mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-07 21:51:42 +08:00
6 lines
131 B
Ruby
6 lines
131 B
Ruby
json.count @orgs.total_count
|
|
json.orgs do
|
|
json.array! @orgs.each do |org|
|
|
json.extract! org, :id, :login, :nickname
|
|
end
|
|
end |