diff --git a/app/views/api/v1/api/not_found.json.rabl b/app/views/api/v1/api/not_found.json.rabl new file mode 100644 index 0000000..9bc7b58 --- /dev/null +++ b/app/views/api/v1/api/not_found.json.rabl @@ -0,0 +1,8 @@ +object false + +node(:errors) do + { + 'message': "Record could not be found.", + 'code': 'not_found' + } +end \ No newline at end of file