aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/callbacks.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-01-01 20:27:22 +0100
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-01 14:28:55 -0800
commit5b295a65c3a1388b25b3a95bb8a9f1a62618740d (patch)
treeb265eab4aa0d300347f75e3de8a94119d91f1c9e /activesupport/lib/active_support/callbacks.rb
parent3337da9e9424035583f9f5fb4bf710f3bcd68afc (diff)
downloadrails-5b295a65c3a1388b25b3a95bb8a9f1a62618740d.tar.gz
rails-5b295a65c3a1388b25b3a95bb8a9f1a62618740d.tar.bz2
rails-5b295a65c3a1388b25b3a95bb8a9f1a62618740d.zip
callbacks.rb needs active_support/core_ext/object/metaclass because it uses metaclass
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 47e90df200..8719dc0e3f 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/core_ext/object/metaclass'
module ActiveSupport
# Callbacks are hooks into the lifecycle of an object that allow you to trigger logic