Method: Renalware::TransplantHelper#recipient_followup_breadcrumbs
- Defined in:
- app/helpers/renalware/transplant_helper.rb
#recipient_followup_breadcrumbs(patient, followup) ⇒ Object
60 61 62 63 64 65 66 67 68 |
# File 'app/helpers/renalware/transplant_helper.rb', line 60 def (patient, followup) [ (patient), ( recipient_followup_title(followup), patient_transplants_recipient_operation_followup_path(patient, followup.operation) ) ] end |