Module: Payola::PriceHelper

Defined in:
app/helpers/payola/price_helper.rb

Instance Method Summary collapse

Instance Method Details

#formatted_price(amount, opts = {}) ⇒ Object



3
4
5
# File 'app/helpers/payola/price_helper.rb', line 3

def formatted_price(amount, opts = {})
  number_to_currency((amount || 0) / 100.0, opts)
end