Razvan Marescu

Results 6 comments of Razvan Marescu

+1 for this change. Just tested on Rails `4.1.0.beta1` and it works like a charm

> Right now we have balance field in database which is Integer datatype and balance_cents virtual attribute is Money type. I think updating the existing field from `accounts.balance` to `accounts.balance_cents`...

Right, `amounts.balance_cents` (if renamed from [`accounts.balance`](https://github.com/maybe-finance/maybe/blob/6f453da1de2c31aa21717d32b61e559d01052d8c/db/schema.rb#L62)) and `accounts.currency` would be the only DB table fields that store the balance information for a given account. `Account#balance` attribute (which would be a...

I'm mostly offline today, I'll take a look tomorrow.

Update: resumed work this week, plan on having ready for review ~by early~ next week.

Wrapping up test coverage and documentation, should be ready for review in a day or so.