We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb92082 commit aa4886aCopy full SHA for aa4886a
app/models/state_file1099_r.rb
@@ -71,6 +71,7 @@ class StateFile1099R < ApplicationRecord
71
numericality: {
72
greater_than_or_equal_to: 0,
73
less_than_or_equal_to: BigDecimal(10**10),
74
+ allow_blank: true
75
},
76
presence: {
77
message: proc { I18n.t('forms.errors.no_money_amount') }
0 commit comments