[noob disclaimer] So I'm beginning with rails and I'm trying to have a form that adds toppings to a food order.
How can I make a form that for each checkbox 'ticked' the submission will add that topping to the array of ordered toppings to that food?
views:
52answers:
1
A:
You're asking rather a lot so I think a couple of awesome railscasts are in order.
mark
2010-08-05 20:50:11
It also seems to be at bit similar to the not-less-awesome http://railscasts.com/episodes/17-habtm-checkboxes
giraff
2010-08-05 21:07:37