aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/callbacks.rb
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2009-10-15 10:42:18 +1300
committerMichael Koziarski <michael@koziarski.com>2009-10-15 10:42:18 +1300
commitd39f397dc6726b27cc2c60a6e24e15cb1944ec58 (patch)
treea5755b63a15a0fadfcf0c759ae6de6c895d29f15 /activesupport/lib/active_support/callbacks.rb
parent945d999aadc9df41487e675fa0a863396cb54e31 (diff)
downloadrails-d39f397dc6726b27cc2c60a6e24e15cb1944ec58.tar.gz
rails-d39f397dc6726b27cc2c60a6e24e15cb1944ec58.tar.bz2
rails-d39f397dc6726b27cc2c60a6e24e15cb1944ec58.zip
Missing requires
Diffstat (limited to 'activesupport/lib/active_support/callbacks.rb')
-rw-r--r--activesupport/lib/active_support/callbacks.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/callbacks.rb b/activesupport/lib/active_support/callbacks.rb
index 67e9b0103f..0856e4f568 100644
--- a/activesupport/lib/active_support/callbacks.rb
+++ b/activesupport/lib/active_support/callbacks.rb
@@ -1,6 +1,7 @@
require 'active_support/core_ext/array/wrap'
require 'active_support/core_ext/class/inheritable_attributes'
require 'active_support/core_ext/kernel/reporting'
+require 'active_support/concern'
module ActiveSupport
# Callbacks are hooks into the lifecycle of an object that allow you to trigger logic