Sha256: c845129d9e8e1087db86890b587dc3b58d0e7b3fa28c63f21a1328b1920ccd02
Contents?: true
Size: 209 Bytes
Versions: 28
Compression:
Stored size: 209 Bytes
Contents
module Renalware module Clinical def self.table_name_prefix "clinical_" end def self.cast_patient(patient) ActiveType.cast(patient, ::Renalware::Clinical::Patient) end end end
Version data entries
28 entries across 28 versions & 1 rubygems