Sha256: f903c269e55dd300912737bf59c9741b3cbe4386e2230e9c1a0d1952fcbe5f44
Contents?: true
Size: 429 Bytes
Versions: 28
Compression:
Stored size: 429 Bytes
Contents
require_dependency "renalware/letters" module Renalware module Letters # Represents the role of a system user who typed the letter. This role maybe # played by support staff of the doctor such as a secretary. This is # different from the role of Author who will always be a doctor. # class Typist < ActiveType::Record[Renalware::User] has_many :letters, foreign_key: :created_by_id end end end
Version data entries
28 entries across 28 versions & 1 rubygems