mirror of
https://github.com/lingble/chatwoot.git
synced 2025-12-26 15:47:21 +00:00
7 lines
221 B
Ruby
7 lines
221 B
Ruby
json.id resource.id
|
|
json.name resource.name
|
|
json.description resource.description
|
|
json.allow_auto_assign resource.allow_auto_assign
|
|
json.account_id resource.account_id
|
|
json.is_member Current.user.teams.include?(resource)
|