Files
openfoodnetwork/config/initializers
Pau Perez ccfb6ae26e Fix Money deprecation warning with :rounding_mode
This removes the deprecation warning:

```
[WARNING] The default rounding mode will change from `ROUND_HALF_EVEN`
to `ROUND_HALF_UP` in the next major release. Set it explicitly using
`Money.rounding_mode=` to avoid potential problems.
```

by specifying the default rounding mode at boot time so that it's only
set once for the whole app. See
https://github.com/RubyMoney/money#rounding for details.
2021-03-08 13:03:00 +01:00
..
2012-03-27 10:10:26 +11:00
2019-03-07 10:04:20 +11:00
2021-01-14 23:45:05 +00:00
2017-08-02 10:01:12 +10:00
2012-03-27 10:10:26 +11:00
2012-03-27 10:10:26 +11:00
2021-02-18 10:57:03 +00:00