update model passed_waitlist

This commit is contained in:
wyx 2020-07-25 12:19:16 +08:00
parent 80d6cbf823
commit 1c45b48063
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
class PassedWaitlist < ApplicationRecord
belongs_to :applicant, class_name: 'User'
belongs_to :reviewer, class_name: 'User'
end