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:
parent
2ea1d684d9
commit
af5b12c64c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue