aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/number_helper/number_to_phone_converter.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2018-10-20 14:43:58 +0900
committerAkira Matsuda <ronnie@dio.jp>2018-10-20 14:58:04 +0900
commit15904ad18c3fc25c7afc71a6891d240e75e6c85c (patch)
tree7f980d929fa6f9de81e5d0bdb76e1dad7f453f3d /activesupport/lib/active_support/number_helper/number_to_phone_converter.rb
parent6b5d9df87776cca89f6ddf02a8facf6543cea1e6 (diff)
downloadrails-15904ad18c3fc25c7afc71a6891d240e75e6c85c.tar.gz
rails-15904ad18c3fc25c7afc71a6891d240e75e6c85c.tar.bz2
rails-15904ad18c3fc25c7afc71a6891d240e75e6c85c.zip
Missing require "active_support/number_helper/number_converter"
Diffstat (limited to 'activesupport/lib/active_support/number_helper/number_to_phone_converter.rb')
-rw-r--r--activesupport/lib/active_support/number_helper/number_to_phone_converter.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/number_helper/number_to_phone_converter.rb b/activesupport/lib/active_support/number_helper/number_to_phone_converter.rb
index 96410f4995..d5e72981b4 100644
--- a/activesupport/lib/active_support/number_helper/number_to_phone_converter.rb
+++ b/activesupport/lib/active_support/number_helper/number_to_phone_converter.rb
@@ -1,5 +1,7 @@
# frozen_string_literal: true
+require "active_support/number_helper/number_converter"
+
module ActiveSupport
module NumberHelper
class NumberToPhoneConverter < NumberConverter #:nodoc: