This repository was archived by the owner on Apr 30, 2019. It is now read-only.
Tags: BookBub/money-rails
Tags
Only use currency defined by `monetize` when validating numericality. The previous default of using the current locale’s symbol/seperators would mean that fields that were assigned a value using a different symbol than the current locale would always fail validition; e.g. `deal_price = “£3.99”` would fail validation if I18n.locale = ‘en-us’
PreviousNext