add fiat balance

This commit is contained in:
João Geonizeli
2021-08-11 22:53:59 -03:00
parent 1847a276f7
commit fe474dfb08
21 changed files with 596 additions and 116 deletions

View File

@@ -0,0 +1,7 @@
# frozen_string_literal: true
MoneyRails.configure do |config|
config.default_currency = :brl
config.rounding_mode = BigDecimal::ROUND_HALF_UP
config.locale_backend = :i18n
end