Chatwoot/app/views/api/v1/accounts/automation_rules/index.json.jbuilder
2022-01-13 11:21:06 +05:30

5 lines
205 B
Ruby

json.payload do
json.array! @automation_rules do |automation_rule|
json.partial! 'api/v1/accounts/automation_rules/partials/automation_rule.json.jbuilder', automation_rule: automation_rule
end
end