hensei-api/app/views/api/v1/api/not_found.json.rabl
2020-09-19 12:46:29 -07:00

8 lines
No EOL
124 B
Ruby

object false
node(:errors) do
{
'message': "Record could not be found.",
'code': 'not_found'
}
end