Browse Source

Rubocop

pull/87/head
Kat 4 years ago
parent
commit
178a849b27
  1. 4
      app/models/case_log.rb

4
app/models/case_log.rb

@ -164,9 +164,7 @@ class CaseLog < ApplicationRecord
end end
def hhmemb def hhmemb
if other_hhmemb.present? other_hhmemb.presence
other_hhmemb
end
end end
def applicable_income_range def applicable_income_range

Loading…
Cancel
Save