Sha256: 83eb82107c15d09cdc3e196690ffc1b54a5b22477760de93662d93d937d98469
Contents?: true
Size: 238 Bytes
Versions: 149
Compression:
Stored size: 238 Bytes
Contents
# frozen_string_literal: true module Renalware module Accesses def self.table_name_prefix "access_" end def self.cast_patient(patient) ActiveType.cast(patient, ::Renalware::Accesses::Patient) end end end
Version data entries
149 entries across 149 versions & 1 rubygems