Skip to content

Instantly share code, notes, and snippets.

@mikecmpbll
Created May 2, 2013 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikecmpbll/5503257 to your computer and use it in GitHub Desktop.
Save mikecmpbll/5503257 to your computer and use it in GitHub Desktop.
ans = TestAnswer.find_by_test_id_and_question_number(test.id, question.number)
if ans.nil?
TestAnswer.create(test_id: test.id, question_number: question.number, answer: params[:answer])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment