fix error
This commit is contained in:
parent
453bc511d7
commit
8d96eedb51
|
@ -42,7 +42,7 @@ wb.add_worksheet(name: "Ask Question") do |sheet|
|
|||
text = I18n.t('ask.no')
|
||||
end
|
||||
when 'situation'
|
||||
text = situations[ask_question.situation].join('/') rescue ''
|
||||
text = situations[ask_question.situation].collect{|k,v| v}.join('/') rescue ''
|
||||
end
|
||||
row_group[field] = text
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue