Syntax style + code groomming

This commit is contained in:
Stella Rouzi 2015-10-06 14:15:38 +03:00
parent eface6a91b
commit 759aa54689
16 changed files with 64 additions and 58 deletions

View file

@ -4,6 +4,6 @@
= q.title
%b A:
- registration.qanswers.where(:question_id => q.id).each do |qa|
- registration.qanswers.where(question_id: q.id).each do |qa|
= qa.answer.title
%br
%br