Sha256: f8070fbb791d5931abcd35cd01a239f194a33f5fa9906720345ee446e42249bd
Contents?: true
Size: 392 Bytes
Versions: 28
Compression:
Stored size: 392 Bytes
Contents
# frozen_string_literal: true require "renalware/letters/part" module Renalware module Letters class Part::Problems < DumbDelegator def initialize(patient, _letter, _event = Event::Unknown.new) @patient = patient super(patient.problems.includes(:notes)) end def to_partial_path "renalware/letters/parts/problems" end end end end
Version data entries
28 entries across 28 versions & 1 rubygems