update model waitlist

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

View File

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