I have a hash that contain a group of post, i render this hash on html. I want that with a checkbox the person can select the post to save it on the database.
Somebody know how to do this, i dont understant the check_box_tag.
I have a hash that contain a group of post, i render this hash on
html. I want that with a checkbox the person can select the post to
save it on the database.
Somebody know how to do this, i dont understant the check_box_tag.
check_box_tag isn't particularly magic. It does just create a checkbox
with the specified name. What's in your hash (what are the keys/values)