Rails3: view: use explicit post method at my/account.html.erb
On Rails3, form_for generates hidden "put" input tag. So, 'No route matches "/my/account"' error raises.
Authored by: tmaruyama 2012-01-03
Parent: [r8480]
Child: [r8482]