aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/errors/error_404.json.jbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/errors/error_404.json.jbuilder')
-rw-r--r--app/views/errors/error_404.json.jbuilder4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/errors/error_404.json.jbuilder b/app/views/errors/error_404.json.jbuilder
new file mode 100644
index 0000000..a58331f
--- /dev/null
+++ b/app/views/errors/error_404.json.jbuilder
@@ -0,0 +1,4 @@
+json.error do |json|
+ json.status 404
+ json.message "Not found"
+end