Sha256: 1dcc397f965a1c6aacecd01d4d53c9e9a72ba27df1ce16d3446e978b31d3ef28
Contents?: true
Size: 430 Bytes
Versions: 3
Compression:
Stored size: 430 Bytes
Contents
= Corrency (the spelling mistake is intentional) Useful core extensions for ecommerce applications (especially in the uk). To set vat rate of corrency set Corrency::Config.vat_rate = 20.00 in config/initializers/corrency.rb (Defaults to 20.00) == Usage BigDecimal.new('10.00').inc_vat => BigDecimal.new("12.00") More to come though... :) == Copyright Copyright (c) 2011 Robert Williams. See MIT-LICENSE for further details.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
corrency-0.2.0 | README.rdoc |
corrency-0.1.1 | README.rdoc |
corrency-0.1.0 | README.rdoc |