mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-07-14 22:24:36 +08:00
8 lines
176 B
Ruby
8 lines
176 B
Ruby
total_count = @total_count
|
|
json.list @contributors.each do |contributor|
|
|
json.partial! 'contributor', locals: { contributor: contributor }
|
|
end
|
|
json.total_count total_count
|
|
|
|
|