here my git https://gist.github.com/774510
the problem is if I'm using method:destroy
in the _comments.html.erb
I get sent to articles/1/comments
, where no route matches, furthermore the comment doesn't get deleted
if I use method:delete
, I get routed to the right page articles/1
, but instead of deleting the comment, my app creates a new one :/