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

6 lines
209 B
Text
Raw Normal View History

2022-01-13 05:51:06 +00:00
json.payload do
2022-01-10 07:11:59 +00:00
json.array! @automation_rules do |automation_rule|
json.partial! 'api/v1/accounts/automation_rules/partials/automation_rule', formats: [:json], automation_rule: automation_rule
2022-01-10 07:11:59 +00:00
end
end