Sha256: a181b9a64bb41344d1b5874744059c6698896d57c13237532cd68d2ddc61b211
Contents?: true
Size: 495 Bytes
Versions: 95
Compression:
Stored size: 495 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", on: [:create, :update, :destroy] has_document class_name: "Renalware::Transplants::DonorWorkupDocument" end end end
Version data entries
95 entries across 95 versions & 1 rubygems