Callbacks need to require reporting

This commit is contained in:
Joshua Peek 2009-09-13 21:56:10 -05:00
parent 8c8e09c305
commit 6f9e449830
1 changed files with 1 additions and 0 deletions

View File

@ -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