lib/papla/money_converter.rb in papla-0.1.2 vs lib/papla/money_converter.rb in papla-0.2.0
- old
+ new
@@ -5,9 +5,9 @@
end
private
def append_currency(phrase, money)
- '%s %s' % [phrase, money.currency_as_string]
+ '%s %s' % [phrase, money.currency]
end
end
end