Chatwoot/app/views/api/v1/accounts/automation_rules/index.json.jbuilder
2022-01-10 12:41:59 +05:30

5 lines
202 B
Ruby

json.data 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