Rails3: view: use explicit post method at messages/edit.html.erb
On Rails3, form_for generates hidden "put" input tag. So, 'No route matches "/boards/1/topics/1/edit"' error raises.
Authored by: tmaruyama 2012-01-04
Parent: [r8499]
Child: [r8501]