forked from Gitlink/forgeplus
update model waitlist
This commit is contained in:
parent
0ebcf3d7f7
commit
80d6cbf823
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue