<%= submit_tag "Delete" , :confirm => 'Are you sure you want to delete the selected?' %>
doesn't work.
how do I do this?
Try this :
<%= submit_tag "Delete", data: { confirm: 'Are you sure you want to delete the selected?' }%>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With