mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-20 03:52:43 +00:00
8 lines
160 B
Ruby
8 lines
160 B
Ruby
json.payload do
|
|
json.success true
|
|
json.partial! 'auth.json.jbuilder', resource: @resource
|
|
json.data do
|
|
json.created_at @resource.created_at
|
|
end
|
|
end
|