8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
|
|
json.payload do
|
||
|
|
json.success true
|
||
|
|
json.partial! 'auth', formats: [:json], resource: @resource
|
||
|
|
json.data do
|
||
|
|
json.created_at @resource.created_at
|
||
|
|
end
|
||
|
|
end
|