Question on start_form_tag and get post method

Hi all,
I have a simple question about start_form_tag. It default generates
method=post. I was wondering how you could use start_form_tag to
generate
method=get. Probably a simple question but one I can’t answer with the
API
doc.
Thanks in advance,
Onno

Check the docs again…
http://api.rubyonrails.com/classes/ActionView/Helpers/FormTagHelper.html#M000491

mark