Sha256: 576b69f19745b446a4e9c092105dba5640766fda87bbffa29e24288bfe401f90
Contents?: true
Size: 222 Bytes
Versions: 95
Compression:
Stored size: 222 Bytes
Contents
# frozen_string_literal: true 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
95 entries across 95 versions & 1 rubygems