aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/number_helper.rb
diff options
context:
space:
mode:
authorMichael Hoy <mjh@mjhoy.com>2016-09-26 16:51:52 -0500
committerMichael Hoy <mjh@mjhoy.com>2017-03-16 16:36:38 -0500
commit8bdc9e8d8793c4ce3eb25f56f0d229166261248e (patch)
tree9cfa28cffe5821f866e1f587fff807e816ea27bb /activesupport/lib/active_support/number_helper.rb
parentb9c399de22aa84c94bb6b2edf6f8e88b88ac5f4a (diff)
downloadrails-8bdc9e8d8793c4ce3eb25f56f0d229166261248e.tar.gz
rails-8bdc9e8d8793c4ce3eb25f56f0d229166261248e.tar.bz2
rails-8bdc9e8d8793c4ce3eb25f56f0d229166261248e.zip
number_to_rounded_converter: extract rounding logic
Diffstat (limited to 'activesupport/lib/active_support/number_helper.rb')
-rw-r--r--activesupport/lib/active_support/number_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/number_helper.rb b/activesupport/lib/active_support/number_helper.rb
index 880340ca86..9cb2821cb6 100644
--- a/activesupport/lib/active_support/number_helper.rb
+++ b/activesupport/lib/active_support/number_helper.rb
@@ -4,6 +4,7 @@ module ActiveSupport
eager_autoload do
autoload :NumberConverter
+ autoload :RoundingHelper
autoload :NumberToRoundedConverter
autoload :NumberToDelimitedConverter
autoload :NumberToHumanConverter