Sha256: 9129724206cb583c674851091e1def4acac8e978aec4fc613cc884c27c1b7c11
Contents?: true
Size: 240 Bytes
Versions: 149
Compression:
Stored size: 240 Bytes
Contents
# frozen_string_literal: true 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
149 entries across 149 versions & 1 rubygems