Module: TaxGroupsHelper

Defined in:
app/helpers/tax_groups_helper.rb

Instance Method Summary collapse

Instance Method Details

#currency(c) ⇒ Object



5
6
7
# File 'app/helpers/tax_groups_helper.rb', line 5

def currency(c)
  return ISO4217::Currency.from_code c
end