lundi 22 août 2016

How to not pass unchecked checkbox in rails

In case of form_for i don't want to pass the unchecked checkbox to controller. How to do that?

<%= f.checkbox :question_id %>

The above code will send both checked and unchecked.




Aucun commentaire:

Enregistrer un commentaire