Browse Source

update model waitlist

tags/v1
wyx 6 years ago
parent
commit
80d6cbf823
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/models/waitlist.rb

+ 2
- 0
app/models/waitlist.rb View File

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

Loading…
Cancel
Save