update model waitlist

This commit is contained in:
wyx
2020-07-25 12:18:49 +08:00
parent 0ebcf3d7f7
commit 80d6cbf823

View File

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