this should fix it

This commit is contained in:
Georg G 2016-01-05 21:23:43 +01:00
parent 2b4b9f31b9
commit 5e750b9608
1 changed files with 2 additions and 2 deletions

View File

@ -200,10 +200,10 @@ class Exporter
sobj = {}
%i(id created_at).each do |f|
sobj[f] = s.send f
sobj[f] = smile.send f
end
sobj[:answer] = process_answer(comment.answer, include_comments: false)
sobj[:answer] = process_answer(smile.answer, include_comments: false)
sobj
end