aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
diff options
context:
space:
mode:
authorPiotr Sarnacki <drogus@gmail.com>2012-04-15 23:43:48 +0200
committerPiotr Sarnacki <drogus@gmail.com>2012-04-15 23:44:07 +0200
commit9a4bfd04a376efe91e8b80e754e6eab1e332eb69 (patch)
tree2589a113448cae39335f7c5020ac0602740728c8 /activesupport/lib/active_support/core_ext
parent6a6b79939d3a54c0e62c81aac0ee98eedf940b80 (diff)
downloadrails-9a4bfd04a376efe91e8b80e754e6eab1e332eb69.tar.gz
rails-9a4bfd04a376efe91e8b80e754e6eab1e332eb69.tar.bz2
rails-9a4bfd04a376efe91e8b80e754e6eab1e332eb69.zip
Require for time_with_zone should stay in core_ext/time_zones :bomb:
Diffstat (limited to 'activesupport/lib/active_support/core_ext')
-rw-r--r--activesupport/lib/active_support/core_ext/time/zones.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/time/zones.rb b/activesupport/lib/active_support/core_ext/time/zones.rb
index dc632c2e53..b4ed74a7b0 100644
--- a/activesupport/lib/active_support/core_ext/time/zones.rb
+++ b/activesupport/lib/active_support/core_ext/time/zones.rb
@@ -1,4 +1,5 @@
require 'active_support/core_ext/time/calculations'
+require 'active_support/time_with_zone'
class Time
class << self