Sha256: 4ba2cb248038a63bd10c16a48c54d46a47ddf38c5d3a6dcbd2d629f13ad96386
Contents?: true
Size: 684 Bytes
Versions: 142
Compression:
Stored size: 684 Bytes
Contents
# frozen_string_literal: true module Renalware module AccessesHelper def access_summary_breadrumb(patient) breadcrumb_for("Access Summary", patient_accesses_dashboard_path(patient)) end def access_assesment_breadcrumb(patient, assessment) breadcrumb_for("Access Assessment", patient_accesses_assessment_path(patient, assessment)) end def access_procedure_breadcrumb(patient, procedure) breadcrumb_for("Access Procedure", patient_accesses_procedure_path(patient, procedure)) end def access_profile_breadcrumb(patient, profile) breadcrumb_for("Access Profile", patient_accesses_profile_path(patient, profile)) end end end
Version data entries
142 entries across 142 versions & 1 rubygems