forgeplus/app/views/projects/webhooks/index.json.jbuilder

4 lines
128 B
Ruby

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