Revert "Merge pull request #38710 from Madogiwa0124/remove_unecessary_require_from_active_support_time"

This reverts commit ffdce0187d, reversing
changes made to d2d8b2892d.

This change behavior for applications that require core_ext/integer/time since it will not load
the numeric extensions anymore.
This commit is contained in:
Rafael Mendonça França 2020-03-12 11:31:27 -04:00
parent 795140dbc0
commit 8495fcae6e
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# frozen_string_literal: true
require "active_support/duration"
require "active_support/core_ext/numeric/time"
class Integer
# Returns a Duration instance matching the number of months provided.