rails 3 has_many :through Form with checkboxes

Include a hidden field tag in the form to make sure something gets submitted when none of the check boxes are selected. This should work, after the <%end%>:

<%= hidden_field_tag "user[company_ids][]" %>

Leave a Comment