Displaying 2 results from an estimated 2 matches for "comapny_id".
2006 Jun 22
11
Help please
...t make sense. The only other thing I can think
of is the view only has place holders for 6 of the 12 columns. Think
it''s 12 :).
<tr>
<td><%= (position.title) %></td>
<td><%= (position.category.name) %></td>
<td><%= (position.comapny_id) %></td>
<td><%= (position.city) %></td>
<td><%= (position.state.name) %></td>
<td><%= (position.entered_on_date) %></td>
</tr>
Here is the method in the controller:
def positionslist
@positions = (Position.find...
2006 Aug 03
1
OT: Tables and Rails code
...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 %></td>
<td><%= position.days_left %></...