Sha256: 0671edaace6daaa07b10d76592468b54812013359fdbee88f51b8a8c137be22a
Contents?: true
Size: 432 Bytes
Versions: 9
Compression:
Stored size: 432 Bytes
Contents
require_dependency "renalware/patients" module Renalware module Patients class Worry < ApplicationRecord include Accountable has_paper_trail class_name: "Renalware::Patients::Version" belongs_to :patient, class_name: "Renalware::Patient", foreign_key: :patient_id, touch: true validates :patient, presence: true, uniqueness: true end end end
Version data entries
9 entries across 9 versions & 1 rubygems