mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-13 00:06:01 +08:00
7 lines
174 B
Ruby
7 lines
174 B
Ruby
json.total_count @owners.size
|
|
json.owners @owners.each do |owner|
|
|
json.id owner.id
|
|
json.type owner.type
|
|
json.name owner.login
|
|
json.avatar_url url_to_avatar(owner)
|
|
end |