Sha256: a222df62ecdc9216a175aebfca2533dc99679cbe4e55ce95cb0eccc3bbeaaccc
Contents?: true
Size: 987 Bytes
Versions: 3
Compression:
Stored size: 987 Bytes
Contents
Money Extensions ================ [](https://travis-ci.org/sealink/money_extensions) [](https://coveralls.io/r/sealink/money_extensions) [](https://gemnasium.com/sealink/money_extensions) [](https://codeclimate.com/github/sealink/money_extensions) # DESCRIPTION Extends the money classes with helpful functions and currency functions e.g. in model money_fields :total, :discount This will by default map a money object "total" to a database column total_in_cents and the same for discount. Various numerical functions for money, e.g. round, split_between, sign, etc. See spec directory for examples. # INSTALLATION Add to your Gemfile: gem 'money_extensions'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
money_extensions-1.0.0 | README.md |
money_extensions-0.1.0 | README.md |
money_extensions-0.0.2 | README.md |