diff options
author | Vishnu Atrai <me@vishnuatrai.com> | 2012-04-16 22:22:36 +0530 |
---|---|---|
committer | Vishnu Atrai <me@vishnuatrai.com> | 2012-04-16 22:22:36 +0530 |
commit | 387d4e7ee071f7968ef0f7b503289b509858b468 (patch) | |
tree | a731fd9859bdf3b6f3eb41768449ea9d1be178b7 /activesupport | |
parent | a0c2cfdc51e16fc39c1d3b1e78bdd257188fa04e (diff) | |
download | rails-387d4e7ee071f7968ef0f7b503289b509858b468.tar.gz rails-387d4e7ee071f7968ef0f7b503289b509858b468.tar.bz2 rails-387d4e7ee071f7968ef0f7b503289b509858b468.zip |
remove autoload for OrderedHash, usages removed already
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb index dbf0c25c5c..fb0cc517a5 100644 --- a/activesupport/lib/active_support.rb +++ b/activesupport/lib/active_support.rb @@ -65,7 +65,6 @@ module ActiveSupport autoload :MessageVerifier autoload :Multibyte autoload :OptionMerger - autoload :OrderedHash autoload :OrderedOptions autoload :Rescuable autoload :StringInquirer |