search for: interest_

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

Did you mean: interest
2006 Jan 23
4
ActionRecord: how to update many records in one statement
...s partial template (_interest.rhtml) for representing one record from database table: ------------------------------- <input type="hidden" name="interest[<%= interest.id %>][id]" value="<%= interest.id %>" /> <input type="text" id="interest_<%= interest.id %>_name" name="interest[<%= interest.id %>][name]" value="<%= interest.name %>" /> <textarea cols="40" rows="2" id="interest_<%= interest.id %>_description" name="interest[<%= interest.id...