Skip to content

Instantly share code, notes, and snippets.

@bscofield
Created September 6, 2008 16:06
Show Gist options
  • Save bscofield/9169 to your computer and use it in GitHub Desktop.
Save bscofield/9169 to your computer and use it in GitHub Desktop.
<% form_tag book_path(book), :method => :delete do %>
<%= content_tag :button, 'Delete', :type => 'submit' %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment