AutoCommit Don Aug 6 23:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-06 23:03:01 +02:00
parent bdb0025a8c
commit 73f364e620
7 changed files with 21 additions and 6 deletions

View File

@@ -1,2 +1,5 @@
module Survey::QuestionsHelper
def new_question_for(obj)
render partial: "survey/questions/new_question", locals: {question_templates: Survey::Question.templates}
end
end