bd445216e9
fixes the warning: Rendering actions with '.' in the name is deprecated
7 lines
164 B
Ruby
7 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
|