Add survey replies.
This commit is contained in:
parent
03168b4efe
commit
157a16d8f2
6 changed files with 29 additions and 2 deletions
5
app/models/survey_reply.rb
Normal file
5
app/models/survey_reply.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class SurveyReply < ActiveRecord::Base
|
||||
belongs_to :user
|
||||
belongs_to :survey_question
|
||||
serialize :text
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue