From 9bcaa2c1544cb2f64fbffb3384370343b219b772 Mon Sep 17 00:00:00 2001 From: Alex Kitchens Date: Tue, 14 Jun 2016 14:08:33 -0500 Subject: [PATCH] Change AS::Callback to ActiveSupport::Callbacks in doc [ci skip] --- activesupport/lib/active_support/callbacks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/lib/active_support/callbacks.rb b/activesupport/lib/active_support/callbacks.rb index 1559fe641c..557a4695a6 100644 --- a/activesupport/lib/active_support/callbacks.rb +++ b/activesupport/lib/active_support/callbacks.rb @@ -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