Exemplo n.º 1
0
 def get(self, question_id):
     a = Answer.find_by(id=int(question_id))
     abort_if_answer_doesnt_exist(a)
     return a.json()