Displaying 1 result from an estimated 1 matches for "how_many_imag".
Did you mean:
how_many_images
2006 Feb 18
6
Why doesn''t my "action" take action?
I have the following code in my index.rhtml:
<div id="how_many_images" style="background-color:#eee;">
<%= render(:partial => ''form'') %></div>
...and the following in my _form.rhtml
<%= form_remote_tag(:update => "images_div_main",
:url => { :ac...