User flow updates
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class ErrorsController < ApplicationController
|
||||
def not_found
|
||||
head :not_found # Renders an empty body with 404 status [5]
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user