Rails 4 link_to Destroy not working in Getting Started tutorial June 4, 2023 by Tarik Try this <%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %>