From 1b46a1158c221c3910f80f183f6591f14e68c236 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Fri, 29 Jan 2016 14:12:00 +0530 Subject: Fix broken number_to_currency tests --- .../lib/active_support/number_helper/number_to_currency_converter.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/lib/active_support/number_helper/number_to_currency_converter.rb') diff --git a/activesupport/lib/active_support/number_helper/number_to_currency_converter.rb b/activesupport/lib/active_support/number_helper/number_to_currency_converter.rb index fe8e871fed..57f40f33bf 100644 --- a/activesupport/lib/active_support/number_helper/number_to_currency_converter.rb +++ b/activesupport/lib/active_support/number_helper/number_to_currency_converter.rb @@ -1,3 +1,5 @@ +require 'active_support/core_ext/numeric/inquiry' + module ActiveSupport module NumberHelper class NumberToCurrencyConverter < NumberConverter # :nodoc: -- cgit v1.2.3