Displaying 1 result from an estimated 1 matches for "_employers".
Did you mean:
employers
2006 Apr 24
0
Updating a form containing array of text fields with has_many/belongs_to relation?
...lds for employer_name,
position and months, so that I can allow a user to update/create their
employer information, but I can''t figure out how to get rails to
automagically create the associations between the user object and the
employer object. Right now my form partial looks like this:
_employers.rhtml:
<tr>
<td><%= text_field ''employer'', ''employer_name'' %></td>
<td><%= text_field ''employer'', ''position'' %></td>
<td><%= text_field ''employer'&...