aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-06-03 01:02:42 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-06-03 01:02:42 +0000
commit9422e71ca8e089738162f014b271a9b1fabf0394 (patch)
tree6818a3de3131aff35a6a42396abd80c26ab6f0ae /activesupport/lib/active_support/core_ext
parent48052d70ec065a3a8d9e6e121cab5ae857f8da1a (diff)
downloadrails-9422e71ca8e089738162f014b271a9b1fabf0394.tar.gz
rails-9422e71ca8e089738162f014b271a9b1fabf0394.tar.bz2
rails-9422e71ca8e089738162f014b271a9b1fabf0394.zip
Uncry thyself
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4414 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support/core_ext')
-rw-r--r--activesupport/lib/active_support/core_ext/hash/conversions.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/hash/conversions.rb b/activesupport/lib/active_support/core_ext/hash/conversions.rb
index be0012ad45..7e843cb7dc 100644
--- a/activesupport/lib/active_support/core_ext/hash/conversions.rb
+++ b/activesupport/lib/active_support/core_ext/hash/conversions.rb
@@ -1,3 +1,5 @@
+require 'date'
+
module ActiveSupport #:nodoc:
module CoreExtensions #:nodoc:
module Hash #:nodoc: