aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core/time
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/core/time')
-rw-r--r--activesupport/lib/active_support/core/time/autoload.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core/time/autoload.rb b/activesupport/lib/active_support/core/time/autoload.rb
new file mode 100644
index 0000000000..6970c398c3
--- /dev/null
+++ b/activesupport/lib/active_support/core/time/autoload.rb
@@ -0,0 +1,4 @@
+module ActiveSupport
+ autoload :TimeWithZone, 'active_support/time_with_zone'
+ autoload :TimeZone, 'active_support/values/time_zone'
+end