Curious what the \'rails way\' of handling the situation when a user checks multiple checkboxes (with the same name value), and it gets posted back to the controller.
In addition to Chuck Callebs answer, I realised that with sending an empty string instead of nil or false as unchecked value, Rails will understand to remove associated ids on an update action: