|
|
|
@ -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 |
|
|
|
|