mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
This cleans up the last bits of deprecation stuff from form_for helper. However there is still a bug when using :as => foo[], with index. The classes and ids are being generated using [], such as foo[]_edit. This bug already existed but it was not detected before.