Added Submission model

This commit is contained in:
mdeniz 2016-06-30 17:28:07 +02:00
parent 5ca234c8fc
commit 933e14673c
9 changed files with 49 additions and 31 deletions

View file

@ -13,7 +13,7 @@
.row
.col-md-12
= semantic_form_for @survey, url: conference_survey_reply_path(@conference.short_title, @survey) do |f|
= semantic_form_for @survey_submission, url: conference_survey_reply_path(@conference.short_title, @survey) do |f|
- @survey.survey_questions.each.with_index(1) do |survey_question, index|
.row
.col-md-12