4 lines
236 B
Ruby
4 lines
236 B
Ruby
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?
|