Module: Renalware::ClinicalHelper

Defined in:
app/helpers/renalware/clinical_helper.rb

Instance Method Summary collapse

Instance Method Details

#clinical_profile_breadcrumb(patient) ⇒ Object



5
6
7
# File 'app/helpers/renalware/clinical_helper.rb', line 5

def clinical_profile_breadcrumb(patient)
  breadcrumb_for("Clinical Profile", patient_clinical_profile_path(patient))
end