What about a confirm delete url with simply_restful?... unfortunately
the show mapping already snaps up the :get method...

On 7/16/06, Rick Olson <[EMAIL PROTECTED]> wrote:
Of course not, you simply do:

DELETE /articles/1

<%= link_to 'Delete', article_url(@article), :method => 'delete' %>

On 7/16/06, Kyle Maxwell <[EMAIL PROTECTED]> wrote:
> There doesn't appear to be a named route for the destroy method.
>
> --
> Kyle Maxwell
>
>
> _______________________________________________
> Rails-core mailing list
> Rails-core@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails-core
>
>
>
>


--
Rick Olson
http://techno-weenie.net
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to