Sha256: 1b06ff70bfb5038a7ff6080debf648e04d9a6ecb3dbc8599d62d3b05f36de662
Contents?: true
Size: 439 Bytes
Versions: 35
Compression:
Stored size: 439 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware/transplants" require "document/base" module Renalware module Transplants class DonorWorkup < ApplicationRecord include Document::Base include PatientScope belongs_to :patient, touch: true has_paper_trail class_name: "Renalware::Transplants::Version" has_document class_name: "Renalware::Transplants::DonorWorkupDocument" end end end
Version data entries
35 entries across 35 versions & 1 rubygems