Browse Source

Fix validation name

pull/101/head
Kat 3 years ago
parent
commit
04b823ff77
  1. 2
      app/validations/date_validations.rb

2
app/validations/date_validations.rb

@ -3,7 +3,7 @@ module DateValidations
date_valid?("mrcdate", record) date_valid?("mrcdate", record)
end end
def validate_tenancy_start_date(record) def validate_startdate(record)
date_valid?("startdate", record) date_valid?("startdate", record)
end end

Loading…
Cancel
Save