Change shameful balance to 0
This commit is contained in:
parent
812343f1ac
commit
92ce6edb26
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module Tab
|
|||
config.active_record.raise_in_transactional_callbacks = true
|
||||
|
||||
# Which is the lowest balance you should be ashamed of.
|
||||
config.shameful_balance = 5000 # In eurocents!
|
||||
config.shameful_balance = 0 # In eurocents!
|
||||
config.maximum_amount = 3000
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue