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