forked from bofh/fetsite
AutoCommit Fre Aug 7 01:03:02 CEST 2015
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module Survey::QuestionsHelper
|
||||
def new_question_for(obj)
|
||||
render partial: "survey/questions/new_question", locals: {question_templates: Survey::Question.templates}
|
||||
render partial: "survey/questions/new_question", locals: {question_templates: Survey::Question.templates, parent: obj}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user