3 4 5
# File 'app/helpers/pay/currency_helper.rb', line 3 def pay_amount_to_currency(object, **options) Pay::Currency.format(object.amount, **options.merge(currency: object.currency)) end