ProvidenceXz/Trinity-Health

View on GitHub
app/models/patient.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Patient < ActiveRecord::Base
    belongs_to :case, inverse_of: :patients
    belongs_to :clinician, inverse_of: :patients
end