Displaying 1 result from an estimated 1 matches for "related_content_wrapper".
2008 Mar 28
0
Problems with URL encoding
...",
:child_id => content_object.id,
:child_type => "ContentObject",
:relation_type_id => 1000
},
:format => :partial,
:response_template => "products/#{@product.product_type}/show/
partials/related_content"),
:update => "related_content_wrapper",
:method => :delete %>
I think this is a correct setting and Firebug shows a correctly
encoded query string. But what I get is the following:
{"format"=>"partial",
"_method"=>"delete",
"action"=>"destroy",
"...