Sha256: b97063b99554def061a49ad2083563191d6abb9be972c8b814d7e77f7f153a26
Contents?: true
Size: 387 Bytes
Versions: 142
Compression:
Stored size: 387 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware/pd" module Renalware module PD class BaseController < Renalware::BaseController protected def patient @pd_patient ||= Renalware::PD.cast_patient(super) end private def load_patient super @patient = Renalware::PD.cast_patient(patient) end end end end
Version data entries
142 entries across 142 versions & 1 rubygems