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|
|
2022-10-06 00:24:34 +00:00
|
|
|
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
|