Sha256: 6b819444bbfd8941391a56ad8806cb64c00d996fba9dd8a3bcae658cfceb13e5
Contents?: true
Size: 357 Bytes
Versions: 8
Compression:
Stored size: 357 Bytes
Contents
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
8 entries across 8 versions & 1 rubygems