From 6654ed4959d9edb327836c00d44950d13b380af3 Mon Sep 17 00:00:00 2001 From: Dushan Despotovic Date: Tue, 15 Mar 2022 16:48:56 +0000 Subject: [PATCH] include in case log --- app/models/case_log.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/case_log.rb b/app/models/case_log.rb index 09cac5d5a..47f957696 100644 --- a/app/models/case_log.rb +++ b/app/models/case_log.rb @@ -1,6 +1,7 @@ class CaseLogValidator < ActiveModel::Validator # Validations methods need to be called 'validate_' to run on model save # or form page submission + include Validations::SetupValidations include Validations::HouseholdValidations include Validations::PropertyValidations include Validations::FinancialValidations