aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2009-02-27 19:25:45 -0800
committerYehuda Katz <wycats@gmail.com>2009-02-27 19:25:45 -0800
commitc16c7a8de4e543a92de10a138bdd7caa5ac902d7 (patch)
tree9bce1aede5774c2c432844b867141bf8415eac2a /activesupport/lib/active_support.rb
parentee80dad680b508a1de1195a9491c7acbae8e0bbc (diff)
downloadrails-c16c7a8de4e543a92de10a138bdd7caa5ac902d7.tar.gz
rails-c16c7a8de4e543a92de10a138bdd7caa5ac902d7.tar.bz2
rails-c16c7a8de4e543a92de10a138bdd7caa5ac902d7.zip
Add support for callbacks
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 62d538e2d5..dbd30f9271 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -32,6 +32,7 @@ module ActiveSupport
autoload :BufferedLogger, 'active_support/buffered_logger'
autoload :Cache, 'active_support/cache'
autoload :Callbacks, 'active_support/callbacks'
+ autoload :NewCallbacks, 'active_support/new_callbacks'
autoload :ConcurrentHash, 'active_support/concurrent_hash'
autoload :Deprecation, 'active_support/deprecation'
autoload :Duration, 'active_support/duration'