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