aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/core_ext/date.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/date.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/date.rb b/activesupport/lib/active_support/core_ext/date.rb
index f3b71e54af..ebc333b7f7 100644
--- a/activesupport/lib/active_support/core_ext/date.rb
+++ b/activesupport/lib/active_support/core_ext/date.rb
@@ -1,3 +1,5 @@
require 'active_support/core_ext/util'
require 'date'
-ActiveSupport.core_ext Date, %w(behavior calculations conversions)
+require 'active_support/core_ext/date/acts_like'
+require 'active_support/core_ext/date/freeze'
+ActiveSupport.core_ext Date, %w(calculations conversions)