aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core/time.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/core/time.rb')
-rw-r--r--activesupport/lib/active_support/core/time.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core/time.rb b/activesupport/lib/active_support/core/time.rb
new file mode 100644
index 0000000000..43e13b5e58
--- /dev/null
+++ b/activesupport/lib/active_support/core/time.rb
@@ -0,0 +1,4 @@
+require 'active_support/core/time/autoload'
+require 'active_support/core_ext/time'
+require 'active_support/core_ext/date'
+require 'active_support/core_ext/date_time'