Supress money deprecation warnings

https://github.com/RubyMoney/money#deprecation
This commit is contained in:
Henne Vogelsang 2022-02-11 16:50:09 +01:00
parent 5c5374252c
commit 639fb5ff0d
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6

View file

@ -0,0 +1,3 @@
Money.locale_backend = :currency
Money.default_currency = 'USD'
Money.rounding_mode = BigDecimal::ROUND_HALF_EVEN