By default, money save value in cents and create migration like price_cents:integer. I need to save and calculate values in minidollars (1/1000 of currency).
I don't register currencies myself. I use gem google_currency for getting current currency rates.
How can i set precision 1/1000 for all money values?
* rails (4.2.1)
* money (6.5.1)
* money-rails (1.4.1)
* google_currency (3.2.0)
According to the documentation, you can register your own subunit:
Google Currency just extends
Money::Bank::VariableExchange
, so now you'd do this to create a $1 item and get the value in Euros: