Explicitely set rounding mode

This is subject to change
This commit is contained in:
Henne Vogelsang 2021-08-11 13:55:53 +02:00
parent 2527af1c1b
commit d67babf89a
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6

View file

@ -2,6 +2,7 @@
# https://github.com/RubyMoney/money#deprecation
Money.locale_backend = :i18n
Money.rounding_mode = BigDecimal::ROUND_HALF_EVEN
MoneyRails.configure do |config|