mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
4 lines
138 B
Ruby
4 lines
138 B
Ruby
json.total_count @pulls.total_count
|
|
json.pulls @pulls.each do |pull|
|
|
json.partial! 'api/v1/projects/pulls/simple_detail', pull: pull
|
|
end |