Added Submission model
This commit is contained in:
parent
5ca234c8fc
commit
933e14673c
9 changed files with 49 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue