diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-30 07:07:44 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-30 07:07:44 +0000 |
commit | 28329ec8f8e9ff24f547eb5684634ab81b7e7123 (patch) | |
tree | 30ea67af001874c3f0e39908e6a47caa0aec19a9 /activesupport | |
parent | ab2a24de9d7858a08a6f364752297bb4f4cfa30d (diff) | |
download | rails-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')
-rw-r--r-- | activesupport/lib/active_support.rb | 2 |
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 |