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