5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 05:54:17 +00:00

fixup! fix: prevenir doble renderización

This commit is contained in:
f 2024-03-13 16:44:24 -03:00
parent 4dd75eedad
commit 061fc81cb0
No known key found for this signature in database

View file

@ -76,6 +76,8 @@ class ApplicationController < ActionController::Base
end
# Muestra una página 404
#
# @see {https://github.com/rails/rails/issues/25106}
def page_not_found
self.response_body = nil
@_response_body = nil