Sha256: ac68b0a8cc58839f45f77af3e6d3fb67d307bbc46cf2bd13c2891872bbb57394
Contents?: true
Size: 216 Bytes
Versions: 142
Compression:
Stored size: 216 Bytes
Contents
# frozen_string_literal: true module Renalware module ClinicalHelper def clinical_profile_breadcrumb(patient) breadcrumb_for("Clinical Profile", patient_clinical_profile_path(patient)) end end end
Version data entries
142 entries across 142 versions & 1 rubygems