From 1d26fcb9f896a3dc98d90ad734aa5da7ac2bbcda Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 17 Apr 2012 06:31:44 -0700 Subject: Revert "Merge pull request #5864 from vatrai/remove_ordered_hash_autoload" This reverts commit 86c640a1625aa3a8ec8728c2f1c640c9718fcb0b, reversing changes made to a0c2cfdc51e16fc39c1d3b1e78bdd257188fa04e. --- activesupport/lib/active_support.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb index fb0cc517a5..dbf0c25c5c 100644 --- a/activesupport/lib/active_support.rb +++ b/activesupport/lib/active_support.rb @@ -65,6 +65,7 @@ module ActiveSupport autoload :MessageVerifier autoload :Multibyte autoload :OptionMerger + autoload :OrderedHash autoload :OrderedOptions autoload :Rescuable autoload :StringInquirer -- cgit v1.2.3