aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-04-17 06:31:44 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-04-17 06:31:44 -0700
commit1d26fcb9f896a3dc98d90ad734aa5da7ac2bbcda (patch)
tree29a279046a77c1d21b0177e30a3b2071dfe64246 /activesupport/lib
parent71698825780fba60e988e0bf68670b10fd661973 (diff)
downloadrails-1d26fcb9f896a3dc98d90ad734aa5da7ac2bbcda.tar.gz
rails-1d26fcb9f896a3dc98d90ad734aa5da7ac2bbcda.tar.bz2
rails-1d26fcb9f896a3dc98d90ad734aa5da7ac2bbcda.zip
Revert "Merge pull request #5864 from vatrai/remove_ordered_hash_autoload"
This reverts commit 86c640a1625aa3a8ec8728c2f1c640c9718fcb0b, reversing changes made to a0c2cfdc51e16fc39c1d3b1e78bdd257188fa04e.
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 1 insertions, 0 deletions
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