Files
gitlink-forgeplus/app/views/projects/webhooks/index.json.jbuilder
2021-07-26 17:25:06 +08:00

4 lines
128 B
Ruby

json.total_count @webhooks.total_count
json.webhooks @webhooks.each do |webhook|
json.partial! 'detail', webhook: webhook
end