Sha256: f5b3878ea5102ab60f67f2954de580a8fc9ff1301954b6cfc2ba072e5f11b638
Contents?: true
Size: 433 Bytes
Versions: 116
Compression:
Stored size: 433 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware/problems" module Renalware module Problems class SummaryPart < Renalware::SummaryPart def problems @problems ||= patient.problems.ordered end def cache_key [patient.cache_key, patient.problems.cache_key].join("~") end def to_partial_path "renalware/problems/problems/summary_part" end end end end
Version data entries
116 entries across 116 versions & 1 rubygems