Using :method => :put with form_remote_tag

I’m sure that is just a matter of finding the right syntax, but I have
Googled and check the documentation and come up empty handed.

How do you get your form_remote_tag to do a put rather then a post? I
can’t find the right place to add the :method => :put with out doing
nothing or giving me syntax errors.

Cheers