trying to clean up deprecated code and I’m snagged…
this works
<%= start_form_tag({:action => ‘vo_res_census’}, {:target => “_new”}) %>
this doesn’t
<%= form_tag({:action => ‘vo_res_census’}, {:target => “_new”}) do -%>
compile error
/home/storage/users/craig/svn/th-db/branches/phase5/config/…/app/views/reports/forms_placements.rhtml:18:
syntax error
_erbout.concat "
‘vo_res_census’}, {:target => “_new”}) do ).to_s)
what am I missing?
–
Craig W.