aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/errors_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/errors_controller.rb')
-rw-r--r--app/controllers/errors_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/errors_controller.rb b/app/controllers/errors_controller.rb
index 94e0d7b4c..252b8fdfa 100644
--- a/app/controllers/errors_controller.rb
+++ b/app/controllers/errors_controller.rb
@@ -7,7 +7,7 @@ class ErrorsController < ApplicationController
render status: 500
end
- def not_allowed
+ def forbidden
render status: 403
end
end