chatwoot-develop/app/views/microsoft/identity_association.json.jbuilder

6 lines
124 B
Ruby
Executable File

json.associatedApplications do
json.array! [@identity_json] do |identity_id|
json.applicationId identity_id
end
end