iachat/app/views/api/v1/account/webhooks/index.json.jbuilder
Nithin David Thomas c119c6577b
Feature: As a admin, I should be able to add webhooks to account (#572)
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
2020-02-29 17:43:49 +05:30

6 lines
105 B
Ruby

json.payload do
json.webhooks do
json.array! @webhooks, partial: 'webhook', as: :webhook
end
end