class Numeric
  def to_currency
    Money.from_amount(self, "EUR").format
  end
end