Sha256: ecad43d3ad3105ab16089fb303bcfc837112c051e4c136c663939afb1bb78f53
Contents?: true
Size: 242 Bytes
Versions: 28
Compression:
Stored size: 242 Bytes
Contents
module Renalware module Clinics class Patient < ActiveType::Record[Renalware::Patient] has_many :clinic_visits, class_name: "Clinics::ClinicVisit" has_many :appointments, class_name: "Clinics::Appointment" end end end
Version data entries
28 entries across 28 versions & 1 rubygems