Sha256: 13f907efd0d460c83ad7bd2124264e68a9f080158e91e80ffa151f1c1594dcfd
Contents?: true
Size: 247 Bytes
Versions: 149
Compression:
Stored size: 247 Bytes
Contents
# frozen_string_literal: true 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
149 entries across 149 versions & 1 rubygems