mysociety/alaveteli

View on GitHub
config/initializers/money.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Disable i18n which requires config/locales/*.yml files. Instead this allows
# the Money gem to format currencies
Money.locale_backend = :currency

# Use the new default round mode to get rid of deprecation warnings - this can
# be remove when upgrading the next major release of the Money gem
Money.rounding_mode = BigDecimal::ROUND_HALF_UP