Skip to content

Commit 8525cbe

Browse files
committed
Remove PatientSessionStatusConcern
We no longer have a single status for patient sessions and this is no longer be used so it can be safely removed.
1 parent 93ee151 commit 8525cbe

File tree

3 files changed

+0
-121
lines changed

3 files changed

+0
-121
lines changed

app/models/concerns/patient_session_status_concern.rb

Lines changed: 0 additions & 54 deletions
This file was deleted.

app/models/patient_session.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ class PatientSession < ApplicationRecord
2525
audited associated_with: :patient
2626
has_associated_audits
2727

28-
include PatientSessionStatusConcern
29-
3028
belongs_to :patient
3129
belongs_to :session
3230

config/locales/patient_session_statuses.en.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)