4 lines
236 B
Plaintext
4 lines
236 B
Plaintext
|
|
json.partial! 'api/v1/models/account', formats: [:json], resource: @account
|
||
|
|
json.latest_chatwoot_version @latest_chatwoot_version
|
||
|
|
json.partial! 'enterprise/api/v1/accounts/partials/account', account: @account if ChatwootApp.enterprise?
|