Displaying 1 result from an estimated 1 matches for "action_count".
Did you mean:
action_cont
2006 Feb 21
3
must be a cleaner way to do this ...
Am trying to do a bulk entry facility for some project or other. It
works but it feels ugly. I generate a form with twenty empty input
fields:
%= form_tag("action" => "enter_stuff") %>
<% (1..20).each do |line| %>
<div id="line<%= line %>">
<%= line %>
<<%= text_field("action", "name",