Sha256: 0828b82bb4dc60718e6aa355ae66f2a51954161505f5dbb05a6bb65165f6c69d
Contents?: true
Size: 250 Bytes
Versions: 11
Compression:
Stored size: 250 Bytes
Contents
module Shoppe::ApplicationHelper # Return all currencies with the currency provided by the Shoppe # configuration file. def number_to_currency(number, options = {}) options[:unit] ||= Shoppe.config[:currency_unit] super end end
Version data entries
11 entries across 11 versions & 1 rubygems