aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/time.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-11-14 11:37:06 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2009-11-14 11:37:06 -0800
commitbc1538e9951847dd4d1d7e37816d91b791862a0c (patch)
tree7b4e1831f03c353a02c206a205f8786fe721f5ab /activesupport/lib/active_support/time.rb
parent74e1ff9dc2ebd86c783a274710e2f762059e818b (diff)
downloadrails-bc1538e9951847dd4d1d7e37816d91b791862a0c.tar.gz
rails-bc1538e9951847dd4d1d7e37816d91b791862a0c.tar.bz2
rails-bc1538e9951847dd4d1d7e37816d91b791862a0c.zip
Repair time dependencies
Diffstat (limited to 'activesupport/lib/active_support/time.rb')
-rw-r--r--activesupport/lib/active_support/time.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/time.rb b/activesupport/lib/active_support/time.rb
index 1362f6997c..0f421421d0 100644
--- a/activesupport/lib/active_support/time.rb
+++ b/activesupport/lib/active_support/time.rb
@@ -29,3 +29,6 @@ require 'active_support/core_ext/date_time/acts_like'
require 'active_support/core_ext/date_time/calculations'
require 'active_support/core_ext/date_time/conversions'
require 'active_support/core_ext/date_time/zones'
+
+require 'active_support/core_ext/integer/time'
+require 'active_support/core_ext/numeric/time'