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