Sha256: a04d3ac38fce3c7873335efd6a6da3acb9b343b23fd36bab558c6e31fdc19abb
Contents?: true
Size: 137 Bytes
Versions: 2
Compression:
Stored size: 137 Bytes
Contents
module CartHelper include ActionView::Helpers::NumberHelper def total_price_currency number_to_currency(total_price) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
amrita2-2.0.1 | sample/depot/app/helpers/cart_helper.rb |
amrita2-2.0.2 | sample/depot/app/helpers/cart_helper.rb |