aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-10-21 11:34:56 +0100
committerPratik Naik <pratiknaik@gmail.com>2008-10-21 11:34:56 +0100
commita5cdb7a813515fa0cbee23101d2f911b4017ed90 (patch)
treeffc879934635273acbd5a313d13cb6a6a42c11fd /activesupport/lib/active_support.rb
parent6fae0a0ec0e00db344369430e4f90e54590a5cb8 (diff)
downloadrails-a5cdb7a813515fa0cbee23101d2f911b4017ed90.tar.gz
rails-a5cdb7a813515fa0cbee23101d2f911b4017ed90.tar.bz2
rails-a5cdb7a813515fa0cbee23101d2f911b4017ed90.zip
Remove stuff that was deprecated in 2-1-stable
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 0ff09067ec..202f4ce6ab 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -59,7 +59,3 @@ require 'active_support/secure_random'
require 'active_support/rescuable'
I18n.load_path << File.dirname(__FILE__) + '/active_support/locale/en-US.yml'
-
-Inflector = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Inflector', 'ActiveSupport::Inflector')
-Dependencies = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Dependencies', 'ActiveSupport::Dependencies')
-TimeZone = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('TimeZone', 'ActiveSupport::TimeZone')