aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/dependencies.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-03-02 10:42:43 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-03-02 10:42:43 -0800
commit272ede9b9abeba6c987b66f047e24b472e99921d (patch)
tree518b9193e3da2b7390f7a8e463779d0a5c185427 /activesupport/lib/active_support/dependencies.rb
parent72405efe64c7f2d4fc759744b8facbd781f56165 (diff)
downloadrails-272ede9b9abeba6c987b66f047e24b472e99921d.tar.gz
rails-272ede9b9abeba6c987b66f047e24b472e99921d.tar.bz2
rails-272ede9b9abeba6c987b66f047e24b472e99921d.zip
require deprecation so that we can deprecate methods!
Diffstat (limited to 'activesupport/lib/active_support/dependencies.rb')
-rw-r--r--activesupport/lib/active_support/dependencies.rb1
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'