diff options
Diffstat (limited to 'activesupport/lib/active_support/core')
-rw-r--r-- | activesupport/lib/active_support/core/time.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core/time.rb b/activesupport/lib/active_support/core/time.rb index 71565ac6c2..43e13b5e58 100644 --- a/activesupport/lib/active_support/core/time.rb +++ b/activesupport/lib/active_support/core/time.rb @@ -1,4 +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/datetime' +require 'active_support/core_ext/date_time' |