Sha256: a513708e04ce61fa39eb499b42267dc9e62f39156e6090dbfa43b134f3cfcddb
Contents?: true
Size: 300 Bytes
Versions: 9
Compression:
Stored size: 300 Bytes
Contents
require_dependency "renalware/patients" module Renalware module Patients class Alert < ApplicationRecord include Accountable acts_as_paranoid validates :patient, presence: true validates :notes, presence: true belongs_to :patient, touch: true end end end
Version data entries
9 entries across 9 versions & 1 rubygems