mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 11:45:57 +08:00
8 lines
183 B
Ruby
8 lines
183 B
Ruby
total_count = @contributors.size
|
|
json.list @contributors.each do |contributor|
|
|
json.partial! 'contributor', locals: { contributor: contributor }
|
|
end
|
|
json.total_count total_count
|
|
|
|
|