diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-03-02 10:42:43 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-03-02 10:42:43 -0800 |
commit | 272ede9b9abeba6c987b66f047e24b472e99921d (patch) | |
tree | 518b9193e3da2b7390f7a8e463779d0a5c185427 /activesupport | |
parent | 72405efe64c7f2d4fc759744b8facbd781f56165 (diff) | |
download | rails-272ede9b9abeba6c987b66f047e24b472e99921d.tar.gz rails-272ede9b9abeba6c987b66f047e24b472e99921d.tar.bz2 rails-272ede9b9abeba6c987b66f047e24b472e99921d.zip |
require deprecation so that we can deprecate methods!
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/dependencies.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb index 9776eb6a79..47596a389d 100644 --- a/activesupport/lib/active_support/dependencies.rb +++ b/activesupport/lib/active_support/dependencies.rb @@ -5,6 +5,7 @@ require 'active_support/core_ext/module/aliasing' require 'active_support/core_ext/module/attribute_accessors' require 'active_support/core_ext/module/introspection' require 'active_support/core_ext/module/anonymous' +require 'active_support/core_ext/module/deprecation' require 'active_support/core_ext/object/blank' require 'active_support/core_ext/load_error' require 'active_support/core_ext/name_error' |