From 6f9e449830902319d3c0897e67d8ac9c89bff39d Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sun, 13 Sep 2009 21:56:10 -0500 Subject: Callbacks need to require reporting --- activesupport/lib/active_support/new_callbacks.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/new_callbacks.rb') diff --git a/activesupport/lib/active_support/new_callbacks.rb b/activesupport/lib/active_support/new_callbacks.rb index a9d5f6ac5b..e78a3b2b6f 100644 --- a/activesupport/lib/active_support/new_callbacks.rb +++ b/activesupport/lib/active_support/new_callbacks.rb @@ -1,5 +1,6 @@ require 'active_support/core_ext/array/wrap' require 'active_support/core_ext/class/inheritable_attributes' +require 'active_support/core_ext/kernel/reporting' module ActiveSupport # Callbacks are hooks into the lifecycle of an object that allow you to trigger logic -- cgit v1.2.3