update model passed_waitlist
This commit is contained in:
parent
80d6cbf823
commit
1c45b48063
|
@ -1,2 +1,4 @@
|
||||||
class PassedWaitlist < ApplicationRecord
|
class PassedWaitlist < ApplicationRecord
|
||||||
|
belongs_to :applicant, class_name: 'User'
|
||||||
|
belongs_to :reviewer, class_name: 'User'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue