Displaying 1 result from an estimated 1 matches for "left_at".
Did you mean:
left_
2006 Mar 06
2
form_tag error -- not found, 404 -- action DOES exist!
...fix=>"site_visit_helper[timesheet_records][#{i.to_s}][arrived_at]",
:include_blank=>true,
:minute_step=>5) %>
</td>
<td>
<%= select_time(
hash2time(tr.left_at),
:prefix=>"site_visit_helper[timesheet_records][#{i.to_s}][left_at]",
:include_blank=>true,
:minute_step=>5) %>
</td>
</tr>
<% i+=1 -%>
<% end -%>
&...