We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fb249 commit b426486Copy full SHA for b426486
1 file changed
app/models/step.rb
@@ -54,7 +54,7 @@ def assign_question_attributes(params)
54
end
55
56
def params
57
- question.attribute_names.concat([selection: []])
+ question.attribute_names.concat([{ selection: [] }])
58
59
60
delegate :valid?, to: :question
0 commit comments