문제

I am working with Rails 4 and MongoMapper and trying to get my checkbox answer from my form to show up in my database.

"<%= f.check_box(:assign, {}, "Office", "Classroom") %>

This is one example of the three options that I am trying to make available but I am only getting assign[ ] in the database despite having checked things off in the form. What am I missing to make this work?

도움이 되었습니까?

해결책

The checkboxes might override each other, try putting them in another array.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top