Railscasts - Destroy Without JavaScript
<% form_for :project, :url => project_path(@project), :html => { :method => :delete } do |f| %> <h2>Are you sure you want to destroy this project?</h2> <p> <%= submit_tag “Destroy” %> or <%= link_to…
5 months ago