Sha256: 08f12380097ba986ebeba93303ec80cf46272bd6b96cdfc46d7bea7e28c9752d
Contents?: true
Size: 394 Bytes
Versions: 35
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true module Renalware module Transplants WAITLIST_FILTERS = %w( all 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
35 entries across 35 versions & 1 rubygems