Closed ontehfritz closed 13 years ago
correct
when access the member type for example question.type, in rails 3.1 it is no longer a string. you must use to_s to compare question.type.to_s == "likert" to make the condition work
correct