5 lines
159 B
Text
5 lines
159 B
Text
- cache [:admin, @conference, registration.qanswers] do
|
|
%dl
|
|
- registration.qanswers.each do |qa|
|
|
%dt= qa.question.title
|
|
%dd= qa.answer.title
|