forked from Gitlink/forgeplus
4 lines
128 B
Plaintext
4 lines
128 B
Plaintext
|
|
json.total_count @webhooks.total_count
|
||
|
|
json.webhooks @webhooks.each do |webhook|
|
||
|
|
json.partial! 'detail', webhook: webhook
|
||
|
|
end
|