Files
openfoodnetwork/config
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
..
2021-01-27 22:08:06 +00:00
2021-02-06 11:15:48 +00:00
2012-03-27 10:10:26 +11:00
2021-01-28 21:51:50 +00:00
2012-03-27 11:06:49 +11:00