Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Created January 24, 2014 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brlafreniere/8590331 to your computer and use it in GitHub Desktop.
Save brlafreniere/8590331 to your computer and use it in GitHub Desktop.
# link made with link_to "delete", foo_url(foo), :method => :delete
<a rel="nofollow" href="http://example.com:3000/control_panel/articles/100" data-method="delete">Delete</a>
# same link being processed as GET
Started GET "/control_panel/articles" for 65.130.238.252 at 2014-01-24 01:18:02 +0000
Processing by ArticlesController#index as HTML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment