mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
8 lines
191 B
Ruby
8 lines
191 B
Ruby
total_count = @contributors.size
|
|
json.contributors @contributors.each do |contributor|
|
|
json.partial! 'contributor', locals: { contributor: contributor }
|
|
end
|
|
json.total_count total_count
|
|
|
|
|