mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-04 21:02:35 +08:00
8 lines
164 B
Ruby
8 lines
164 B
Ruby
json.payload do
|
|
json.success true
|
|
json.partial! 'auth', formats: [:json], resource: @resource
|
|
json.data do
|
|
json.created_at @resource.created_at
|
|
end
|
|
end
|