osem-fcy/app/views/admin/registrations/_questions.html.haml
2014-02-09 18:05:57 +02:00

9 lines
No EOL
160 B
Text

- @conference.questions.each do |q|
%b Q:
= q.title
%b A:
- registration.qanswers.where(:question_id => q.id).each do |qa|
= qa.answer.title
%br