chore: Add ee helper, custom_attributes to account (#5058)

This commit is contained in:
Pranav Raj S
2022-07-19 02:03:06 +07:00
committed by GitHub
parent d8140db2e8
commit 1dc7ce526e
14 changed files with 56 additions and 23 deletions

View File

@@ -1,9 +1,2 @@
json.id @account.id
json.name @account.name
json.locale @account.locale
json.domain @account.domain
json.custom_email_domain_enabled @account.custom_email_domain_enabled
json.support_email @account.support_email
json.features @account.all_features
json.auto_resolve_duration @account.auto_resolve_duration
json.partial! 'api/v1/models/account.json.jbuilder', resource: @account
json.latest_chatwoot_version @latest_chatwoot_version