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