Displaying 1 result from an estimated 1 matches for "holiday_destroy".
2006 Jun 13
1
How to give conditions in rails
...o ''Show'', :action => ''holiday_show'', :id => holiday %>
<%= link_to ''Edit'', :action => ''holiday_edit'', :id => holiday %>
<%= link_to ''Destroy'', { :action => ''holiday_destroy'', :id =>
holiday },
:confirm => "Are you sure to delete
holiday ''#{holiday.description}''?" %>
</td>
</tr>
<% end %>
</tr>
</table>
<br>
<%
end
%>
<table align=...