Displaying 1 result from an estimated 1 matches for "edit_article_1".
Did you mean:
edit_article
2007 Oct 01
1
form urls and activeresource object
...eld :title %>
</p>
<p>
<%= f.submit "Update" %>
</p>
and when I try to update it doesn''t work because it prints this in the
html form:
<form action="/articles/%23%3CArticle:0xb6951170%3E"
class="edit_article" id="edit_article_1" method="post"><div
style="margin:0;padding:0"><input name="_method" type="hidden"
value="put" />
so rails thinks that my article id is "%23%3CArticle:0xb6951170%3E",
any idea how to make it work?
thanx in advance
Pa...