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
def hhmemb
if other_hhmemb.present?
other_hhmemb
end
other_hhmemb.presence
end
def applicable_income_range

Loading…
Cancel
Save