skill-assessment-app/app/models/answer.rb

7 lines
105 B
Ruby
Raw Normal View History

2016-07-26 17:00:00 -05:00
class Answer < ApplicationRecord
serialize :answer
belongs_to :question
belongs_to :candidate
end