mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Supress money deprecation warnings
https://github.com/RubyMoney/money#deprecation
This commit is contained in:
parent
5c5374252c
commit
639fb5ff0d
1 changed files with 3 additions and 0 deletions
3
config/initializers/money.rb
Normal file
3
config/initializers/money.rb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Money.locale_backend = :currency
|
||||
Money.default_currency = 'USD'
|
||||
Money.rounding_mode = BigDecimal::ROUND_HALF_EVEN
|
||||
Loading…
Add table
Add a link
Reference in a new issue