diff --git a/app/models/case_log.rb b/app/models/case_log.rb index adc944621..00dc9505f 100644 --- a/app/models/case_log.rb +++ b/app/models/case_log.rb @@ -210,7 +210,7 @@ class CaseLog < ApplicationRecord end def is_fixed_term_tenancy? - [4, 6, 7].include?(tenancy) + [4, 6].include?(tenancy) end def is_secure_tenancy? @@ -332,7 +332,6 @@ class CaseLog < ApplicationRecord end def benefits_unknown? - # 3: Don’t know hb == 3 end