aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/values
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-11-14 01:13:54 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2009-11-14 01:13:54 -0800
commit7eb4f2ecc53831d850682d88634ccf41676e40a2 (patch)
treef479473e4879a22c07d694e07e2a21123824b7f5 /activesupport/lib/active_support/values
parent92253829dee9a1fb545f71f71894dee1df604f74 (diff)
downloadrails-7eb4f2ecc53831d850682d88634ccf41676e40a2.tar.gz
rails-7eb4f2ecc53831d850682d88634ccf41676e40a2.tar.bz2
rails-7eb4f2ecc53831d850682d88634ccf41676e40a2.zip
Consolidate date & time landscape: require 'active_support/time'
Diffstat (limited to 'activesupport/lib/active_support/values')
-rw-r--r--activesupport/lib/active_support/values/time_zone.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/lib/active_support/values/time_zone.rb b/activesupport/lib/active_support/values/time_zone.rb
index e7583bef1b..cbb8e890ae 100644
--- a/activesupport/lib/active_support/values/time_zone.rb
+++ b/activesupport/lib/active_support/values/time_zone.rb
@@ -1,7 +1,4 @@
require 'active_support/core_ext/object/blank'
-require 'active_support/core_ext/time'
-require 'active_support/core_ext/date'
-require 'active_support/core_ext/date_time'
# The TimeZone class serves as a wrapper around TZInfo::Timezone instances. It allows us to do the following:
#