chatwoot-develop/enterprise/app/views/api/v1/accounts/companies/_company.json.jbuilder

9 lines
254 B
Ruby
Executable File

json.id company.id
json.name company.name
json.contacts_count company.contacts_count
json.domain company.domain
json.description company.description
json.avatar_url company.avatar_url
json.created_at company.created_at
json.updated_at company.updated_at