search for: addfood

Displaying 1 result from an estimated 1 matches for "addfood".

Did you mean: addfoo
2006 Feb 24
1
Help a n00b?
...hot new thing with AJAXy forms: http://idiet.toasterwaffles.com/foods/list Here''s the relevant code in list.rhtml (for the form portion) <tbody> <%= render_collection_of_partials "list_stripes", @foods %> </tbody> <tfoot> <tr id="addFood"><%= form_remote_tag( :html => {''id'' => ''createFoodForm''}, :url => {:action => ''create_with_ajax''}, :update => ''foodList'...