search for: editintersts

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

2006 Jan 23
4
ActionRecord: how to update many records in one statement
...="interest[<%= interest.id %>][description]"> <%= interest.description %> </textarea> ------------------------------- This is edit.rhtml template: ------------------------------- <%= start_form_tag :action=> "edit" %> <% for interest in @editintersts %> <%= render :partial => "interst", :locals => { :interest => interest } %> <% end %> <input type="submit" value="Edit;" class="primary" /> <%= end_form_tag %> ------------------------------- This is request paramete...