| Article: |
Rolling with Ruby on Rails | |
| Subject: | Homework #1 issues | |
| Date: | 2006-09-11 20:58:12 | |
| From: | m3_del | |
|
Response to: Homework #1 issues
|
||
|
<td><%= link_to "Delete", :action => "destroy", :id => recipe.id %></td>
|
||
Showing messages 1 through 1 of 1.
-
Homework #1 issues
2006-09-15 03:54:37 StBob [View]



<%= link_to "Delete", {:action => "destroy", :id => recipe.id },
:confirm => 'Are you sure?', :post => true %>
This code works, I don't really know why, but I think it is because of the
:post => truesnippet.I hope that helps.