Sha256: 78223f15ad225c4056b929940a86199fa8cd72e3ddc28fc355edc2960dd6caa6
Contents?: true
Size: 287 Bytes
Versions: 35
Compression:
Stored size: 287 Bytes
Contents
module Renalware module ProblemsHelper def problems_breadcrumb(patient) breadcrumb_for("Problems", patient_problems_path(patient)) end def problem_breadcrumb(patient, problem) breadcrumb_for("Problem", patient_problem_path(patient, problem)) end end end
Version data entries
35 entries across 35 versions & 1 rubygems