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

4 lines
145 B
Text
Raw Normal View History

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