Displaying 1 result from an estimated 1 matches for "destroy_article".
2006 Jul 07
5
link_to: link is missing id
...on => ''show_article'', :id => article %></td>
<td><%= link_to ''Edit'', :action => ''edit_article'', :id => article %></td>
<td><%= link_to ''Destroy'', { :action => ''destroy_article'', :id =>
article }, :confirm => ''Are you sure?'', :post => true %></td>
</tr>
<% end %>
(In case this gets rendered as HTML, the link in question is: <%=
link_to ''Show'', :action => ''show_article'&...