mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix broken number_to_currency tests
This commit is contained in:
parent
43df267118
commit
1b46a1158c
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require 'active_support/core_ext/numeric/inquiry'
|
||||
|
||||
module ActiveSupport
|
||||
module NumberHelper
|
||||
class NumberToCurrencyConverter < NumberConverter # :nodoc:
|
||||
|
|
Loading…
Reference in a new issue