aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-09-13 21:56:10 -0500
committerJoshua Peek <josh@joshpeek.com>2009-09-13 21:56:10 -0500
commit6f9e449830902319d3c0897e67d8ac9c89bff39d (patch)
treeb51b66a9209a16f0d0880692a2238b59e36cc2a8 /activesupport
parent8c8e09c3054865f814d967fae444853d7ac8c671 (diff)
downloadrails-6f9e449830902319d3c0897e67d8ac9c89bff39d.tar.gz
rails-6f9e449830902319d3c0897e67d8ac9c89bff39d.tar.bz2
rails-6f9e449830902319d3c0897e67d8ac9c89bff39d.zip
Callbacks need to require reporting
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/new_callbacks.rb1
1 files changed, 1 insertions, 0 deletions
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