Sha256: 67b0eac829caa8bf5d8e756cce65274b3f5c0fa9c7d6c14a795bfa9a9ac1bcc0
Contents?: true
Size: 259 Bytes
Versions: 16
Compression:
Stored size: 259 Bytes
Contents
require_dependency "renalware/pathology" module Renalware module Pathology class CurrentKeyObservationSet < ApplicationRecord belongs_to :patient, class_name: "Renalware::Pathology::Patient" self.primary_key = :patient_id end end end
Version data entries
16 entries across 16 versions & 1 rubygems