aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time/conversions.rb
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2006-03-15 23:15:29 +0000
committerMichael Koziarski <michael@koziarski.com>2006-03-15 23:15:29 +0000
commitbf39c39d88712905a18b7be64a80ecc008719e34 (patch)
tree601c67e088df9b62bde1b75b34532364cd245c8d /activesupport/lib/active_support/core_ext/time/conversions.rb
parent7bbc759dc0b47019972166e08ddabd4a0f4fef34 (diff)
downloadrails-bf39c39d88712905a18b7be64a80ecc008719e34.tar.gz
rails-bf39c39d88712905a18b7be64a80ecc008719e34.tar.bz2
rails-bf39c39d88712905a18b7be64a80ecc008719e34.zip
Time#xmlschema is only available when you've required 'time'. Add a unit test to catch regressions. [Koz]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3880 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support/core_ext/time/conversions.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/time/conversions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/time/conversions.rb b/activesupport/lib/active_support/core_ext/time/conversions.rb
index 408ff515b3..be8dc0e76f 100644
--- a/activesupport/lib/active_support/core_ext/time/conversions.rb
+++ b/activesupport/lib/active_support/core_ext/time/conversions.rb
@@ -1,4 +1,5 @@
require 'date'
+require 'time'
module ActiveSupport #:nodoc:
module CoreExtensions #:nodoc: