Sha256: 580daa925ee8a213f07ea5bd3c5aa832d065e4f4f028509f9be40fc66fbfc336
Contents?: true
Size: 348 Bytes
Versions: 114
Compression:
Stored size: 348 Bytes
Contents
# frozen_string_literal: true module Renalware module Transplants WAITLIST_FILTERS = %w(active suspended active_and_suspended working_up status_mismatch).freeze def self.table_name_prefix "transplant_" end def self.cast_patient(patient) ActiveType.cast(patient, ::Renalware::Transplants::Patient) end end end
Version data entries
114 entries across 114 versions & 1 rubygems