]> git.openstreetmap.org Git - rails.git/commitdiff
Use form_tag instead of building forms by hand
authorTom Hughes <tom@compton.nu>
Fri, 3 Sep 2010 15:53:01 +0000 (16:53 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 14 Nov 2011 09:42:42 +0000 (09:42 +0000)
In order for CSRF protection to work we need to use form_for or form_tag
to build all forms so that the authenticity token is added.


No differences found