Chatwoot/app/views/api/v1/accounts/automation_rules/index.json.jbuilder

6 lines
202 B
Text
Raw Normal View History

2022-01-10 07:11:59 +00:00
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