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