Add survey replies.

This commit is contained in:
Shyukri Shyukriev 2016-06-30 12:05:00 +02:00
parent 03168b4efe
commit 157a16d8f2
6 changed files with 29 additions and 2 deletions

View file

@ -0,0 +1,5 @@
class SurveyReply < ActiveRecord::Base
belongs_to :user
belongs_to :survey_question
serialize :text
end