module IdentityChecksHelper
Public Instance Methods
Source
# File app/helpers/identity_checks_helper.rb, line 4 def identity_check_label(identity_check) if identity_check.confirmed_by_patient? "The child" else "#{identity_check.confirmed_by_other_name} (#{identity_check.confirmed_by_other_relationship})" end end