製品の横に次のリンクがあります。
<%= link_to("Delete", {:action => 'destroy', :id => product.id}, :class => 'action', :confirm => 'Are you sure?') %>
クリックしても確認ボックスが表示されません。
生成される HTML は次のとおりです。
<a data-confirm="Are you sure ?" class="action" href="/products/destroy/48">Delete</a>
お知らせ下さい。