aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-12-30 11:43:34 +0100
committerJosé Valim <jose.valim@gmail.com>2009-12-30 11:43:34 +0100
commit97a64b6b22d87cb6f89a224f7832433b86b545c0 (patch)
treec5e2e09316a8ae3f9317877d1e8f049a1cc0521f /activesupport/lib/active_support.rb
parente58ad8ed9cb0e67fde93c7edc8a0e13b8bc342ae (diff)
downloadrails-97a64b6b22d87cb6f89a224f7832433b86b545c0.tar.gz
rails-97a64b6b22d87cb6f89a224f7832433b86b545c0.tar.bz2
rails-97a64b6b22d87cb6f89a224f7832433b86b545c0.zip
Get rid of DeprecatedCallbacks in ActiveRecord::Associations and finally remove it.
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 8215cfaf0d..3463000529 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -50,7 +50,6 @@ module ActiveSupport
autoload :Callbacks
autoload :Concern
autoload :Configurable
- autoload :DeprecatedCallbacks
autoload :Deprecation
autoload :Gzip
autoload :Inflector