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