1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix callbacks on ActionPack.

Signed-off-by: Yehuda Katz <wycats@gmail.com>
This commit is contained in:
José Valim 2009-09-08 18:52:41 +02:00 committed by Yehuda Katz
parent 2ea1d684d9
commit af5b12c64c

View file

@ -10,7 +10,7 @@ module AbstractController
include ActiveSupport::NewCallbacks
included do
define_callbacks :process_action, "response_body"
define_callbacks :process_action, :terminator => "response_body"
end
# Override AbstractController::Base's process_action to run the