Sha256: e4f4601e222a02f07fb3a625680d857533260f973ce4cbb0f61387ef91201be5
Contents?: true
Size: 266 Bytes
Versions: 149
Compression:
Stored size: 266 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware/patients" module Renalware module Patients class PracticeMembership < ApplicationRecord acts_as_paranoid belongs_to :practice belongs_to :primary_care_physician end end end
Version data entries
149 entries across 149 versions & 1 rubygems