From 7692191f5ab207ff76cc2558f2a02e299cd51392 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Thu, 27 Jul 2006 00:10:06 +0000 Subject: Initial Version of Deprecation for Rails[Koz] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4623 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support.rb') diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb index 037905bea9..0c0762ad8e 100644 --- a/activesupport/lib/active_support.rb +++ b/activesupport/lib/active_support.rb @@ -32,6 +32,7 @@ require 'active_support/core_ext' require 'active_support/clean_logger' require 'active_support/dependencies' require 'active_support/reloadable' +require 'active_support/deprecation' require 'active_support/ordered_options' require 'active_support/option_merger' -- cgit v1.2.3