Files
gitlink-forgeplus/app/models/passed_waitlist.rb
2020-07-25 12:19:16 +08:00

5 lines
132 B
Ruby

class PassedWaitlist < ApplicationRecord
belongs_to :applicant, class_name: 'User'
belongs_to :reviewer, class_name: 'User'
end