Sha256: c376075d4a841c208feb4ccb63a378f43808847ab9d221dba90354064855094e
Contents?: true
Size: 420 Bytes
Versions: 149
Compression:
Stored size: 420 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware/low_clearance" module Renalware module LowClearance class Patient < ActiveType::Record[Renalware::Patient] has_one :profile, dependent: :destroy def ever_been_on_low_clearance? @ever_been_on_low_clearance ||= modality_descriptions.exists?(type: "Renalware::LowClearance::ModalityDescription") end end end end
Version data entries
149 entries across 149 versions & 1 rubygems