mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
[fixup] Remove unnecessary template name
This was left over after trying different things to get this working.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user