AutoCommit Don Jul 30 01:03:05 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-07-30 01:03:05 +02:00
parent 97df081b33
commit f161d15174
7 changed files with 31 additions and 4 deletions

View File

@@ -10,6 +10,10 @@ class Survey::QuestionsController < ApplicationController
end
end
def answer
@survey_question = Survey::Question.find(params[:id])
@survey_question.do_answer(params[:survey_question][:selected],current_user)
render :show
end
# GET /survey/questions/1