aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-05-14 12:48:37 -0500
committerJoshua Peek <josh@joshpeek.com>2008-05-14 12:48:37 -0500
commit49846f85864f4b59d5593c30ee3c59b584d2975d (patch)
tree7f746da60755000b4281ce2b2969508c116c7d3b /activesupport/lib/active_support.rb
parent7708650f73ddb4db300ea2059c60c1d907a4384e (diff)
downloadrails-49846f85864f4b59d5593c30ee3c59b584d2975d.tar.gz
rails-49846f85864f4b59d5593c30ee3c59b584d2975d.tar.bz2
rails-49846f85864f4b59d5593c30ee3c59b584d2975d.zip
Create a seperate file for ActiveSupport::OrderedHash.
Diffstat (limited to 'activesupport/lib/active_support.rb')
-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 4d2f873a8d..e4cb145c98 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -39,6 +39,7 @@ require 'active_support/cache'
require 'active_support/dependencies'
require 'active_support/deprecation'
+require 'active_support/ordered_hash'
require 'active_support/ordered_options'
require 'active_support/option_merger'