bscofield (owner)

Revisions

gist: 9169 Download_button fork
public
Public Clone URL: git://gist.github.com/9169.git
Embed All Files: show embed
Text only #
1
2
3
4
<% form_tag book_path(book), :method => :delete do %>
  <%= content_tag :button, 'Delete', :type => 'submit' %>
<% end %>