[fixup] Remove unnecessary template name

This was left over after trying different things to get this working.
This commit is contained in:
David Cook
2023-08-11 14:14:32 +10:00
parent f64a24a5bb
commit 6ee6ad2b86

View File

@@ -9,7 +9,7 @@ class ErrorsController < ApplicationController
event.add_metadata(:request, request.env)
end
render "not_found", status: :not_found, formats: :html
render status: :not_found, formats: :html
end
def internal_server_error