search for: employer_nam

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

Did you mean: employer_name
2006 Apr 24
0
Updating a form containing array of text fields with has_many/belongs_to relation?
...+-----+------------+-----------+ | id | first_name | last_name | +-----+------------+-----------+ | 711 | Patrick | Stewart | | 714 | Larry | Davis | mysql> select * from employers limit 5; +----+----------+--------------------+--------------------------+--------+ | id | user_id | employer_name | position | months | +----+----------+--------------------+--------------------------+--------+ | 1 | 711 | Test Company | Administrative Assistant | 12 | | 2 | 711 | Company 2 | Recruiter | 15| | 3 | 711 | Apple...