updated rails to 4.2.4

This commit is contained in:
raluka 2015-09-17 12:12:51 +02:00
parent 37697517df
commit 42e8bb11ea
55 changed files with 766 additions and 365 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