Fix broken number_to_currency tests

This commit is contained in:
Prathamesh Sonpatki 2016-01-29 14:12:00 +05:30
parent 43df267118
commit 1b46a1158c
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
require 'active_support/core_ext/numeric/inquiry'
module ActiveSupport
module NumberHelper
class NumberToCurrencyConverter < NumberConverter # :nodoc: