From: Tom Hughes Date: Fri, 3 Sep 2010 15:53:01 +0000 (+0100) Subject: Use form_tag instead of building forms by hand X-Git-Tag: live~7190 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/2bc44dfddc214efcec9dd2e920fac14a7c2dcec0?hp=2bc44dfddc214efcec9dd2e920fac14a7c2dcec0 Use form_tag instead of building forms by hand 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. ---