An open API service indexing awesome lists of open source software.

https://github.com/redding/much-decimal

Define decimal attributes that are stored as integers
https://github.com/redding/much-decimal

Last synced: 12 months ago
JSON representation

Define decimal attributes that are stored as integers

Awesome Lists containing this project

README

          

# MuchDecimal

Define decimal attributes that are stored as integers; the integer can be used for math operations and the decimal for display.

## Usage

TODO: Write code samples and usage instructions here

## Installation

Add this line to your application's Gemfile:

gem "much-decimal"

And then execute:

$ bundle

Or install it yourself as:

$ gem install much-decimal

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request