aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-30 07:07:44 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-30 07:07:44 +0000
commit28329ec8f8e9ff24f547eb5684634ab81b7e7123 (patch)
tree30ea67af001874c3f0e39908e6a47caa0aec19a9 /activesupport/lib
parentab2a24de9d7858a08a6f364752297bb4f4cfa30d (diff)
downloadrails-28329ec8f8e9ff24f547eb5684634ab81b7e7123.tar.gz
rails-28329ec8f8e9ff24f547eb5684634ab81b7e7123.tar.bz2
rails-28329ec8f8e9ff24f547eb5684634ab81b7e7123.zip
Include OrderedOptions by default
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2421 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 7c7ae56e61..7d5440f2a8 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -31,4 +31,6 @@ require 'active_support/core_ext'
require 'active_support/clean_logger'
require 'active_support/dependencies'
+require 'active_support/ordered_options'
+
require 'active_support/values/time_zone' \ No newline at end of file