Sha256: eab6524b3eb4b0fd61bf15057cad8d0b269c989b5b8fbb5ee132e2add9f85da8
Contents?: true
Size: 235 Bytes
Versions: 17
Compression:
Stored size: 235 Bytes
Contents
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
17 entries across 17 versions & 1 rubygems