aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/numeric.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/core_ext/numeric.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/numeric.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/numeric.rb b/activesupport/lib/active_support/core_ext/numeric.rb
index 33bd625fef..7a24980bee 100644
--- a/activesupport/lib/active_support/core_ext/numeric.rb
+++ b/activesupport/lib/active_support/core_ext/numeric.rb
@@ -1,2 +1,4 @@
+require 'active_support/core_ext/numeric/conversions'
+
require 'active_support/core_ext/util'
-ActiveSupport.core_ext Numeric, %w(time bytes conversions)
+ActiveSupport.core_ext Numeric, %w(time bytes)