Merge pull request #25402 from alexcameron89/master

Change AS::Callback to ActiveSupport::Callbacks in doc [ci skip]
This commit is contained in:
Rafael França 2016-06-14 15:10:10 -04:00 committed by GitHub
commit 245fce127b

@ -103,7 +103,7 @@ def __run_callbacks__(callbacks, &block)
end
# A hook invoked every time a before callback is halted.
# This can be overridden in AS::Callback implementors in order
# This can be overridden in ActiveSupport::Callbacks implementors in order
# to provide better debugging/logging.
def halted_callback_hook(filter)
end