Sha256: a7ea1ca1831844809c110c4a51934b78a73103a8e8c3a83fffde663e317575b7
Contents?: true
Size: 216 Bytes
Versions: 28
Compression:
Stored size: 216 Bytes
Contents
require_dependency "renalware/pathology" module Renalware module Pathology class CurrentObservation < ApplicationRecord belongs_to :patient, class_name: "Renalware::Pathology::Patient" end end end
Version data entries
28 entries across 28 versions & 1 rubygems