mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
8 lines
209 B
Ruby
8 lines
209 B
Ruby
json.total_count @owners.size
|
|
json.owners @owners.each do |owner|
|
|
json.id owner.id
|
|
json.type owner.type
|
|
json.login owner.login
|
|
json.name owner&.show_real_name
|
|
json.avatar_url url_to_avatar(owner)
|
|
end |