Displaying 1 result from an estimated 1 matches for "surveyor_id".
Did you mean:
survey_id
2006 Mar 06
2
form_tag error -- not found, 404 -- action DOES exist!
...t;Time Arrived</th>
<th>Time Left</th>
</tr>
<% i=0 -%>
<% @site_visit_helper.timesheet_records.each do |tr| -%>
<tr>
<td>
<%=
select_tag("site_visit_helper[timesheet_records][#{i.to_s}][surveyor_id]",
options_for_select(@surveyors, tr.surveyor_id))
%>
</td>
<td>
<%= select_date(
hash2date(tr.visited_on),
:prefix=>"site_visit_helper[timesheet_records][#{i.to...