search for: update_preset

Displaying 1 result from an estimated 1 matches for "update_preset".

Did you mean: update_present
2006 Jun 16
0
Double encoded ampersands in form actions
My form tag looks like: <%= form_tag :controller => "admin", :action => ''update_preset'', :id => @preset, :popup => params[:popup], :editor => params[:editor] %> which I want to be rendered something like: <form action="/admin/documents/update_preset/?editor=1&amp;popup=1" method="post"> but instead I get double encoded ampersands...