Displaying 1 result from an estimated 1 matches for "company_job_id".
2006 Aug 03
1
OT: Tables and Rails code
...ope="col">City</th>
<th scope="col">State</th>
<th scope="col">PayType</th>
<th scope="col">Exp reqd</th>
</tr>
</thead>
<tfoot>
</tfoot>
<tbody>
<tr >
<td><%= position.company_job_id %></td>
<td><%= position.comapny_id %></td>
<td><%= position.entered_on_date.strftime("%m/%d/%Y") %></td>
<td><%= position.start_on_date.strftime("%m/%d/%Y") %></td>
<td><%= position.display_length %><...