From 15904ad18c3fc25c7afc71a6891d240e75e6c85c Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sat, 20 Oct 2018 14:43:58 +0900 Subject: Missing require "active_support/number_helper/number_converter" --- .../lib/active_support/number_helper/number_to_phone_converter.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib/active_support/number_helper/number_to_phone_converter.rb') 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: -- cgit v1.2.3