AutoCommit Die Aug 4 17:03:24 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-04 17:03:24 +02:00
parent d88edd708d
commit aa06d2195e

View File

@@ -40,6 +40,7 @@ class Survey::QuestionsController < ApplicationController
# GET /survey/questions/new.json
def new
@survey_question = Survey::Question.new
@commentable=params[:commentable_type].constantize.find(params[:commentable_id])
respond_to do |format|
format.html # new.html.erb
end