From b788d3cedec1e0d2acaa0de237d9482b5844bf28 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 27 Oct 2021 17:00:41 +0100 Subject: [PATCH] Shorten comment --- app/models/case_log.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/models/case_log.rb b/app/models/case_log.rb index bd26f3f11..efcfe0eff 100644 --- a/app/models/case_log.rb +++ b/app/models/case_log.rb @@ -196,9 +196,8 @@ class CaseLog < ApplicationRecord end def person_1_economic_status=(value) - # We override the default method so that when the value for this is changed we - # also reset the applicable income range used for validation, while still being - # able to cache it when this field hasn't changed + # When the value for this is changed we also reset the applicable income range + # used for validation, while still being able to cache it when this field hasn't changed @applicable_income_range = nil super(value) end