Talk about the removal of the default simple_form class

This commit is contained in:
Rafael Mendonça França 2014-11-19 14:30:35 -02:00
parent 3f04084e25
commit d65a1973e2
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,9 @@
## deprecation
* Methods on custom inputs now accept a required argument with the wrapper options.
See https://github.com/plataformatec/simple_form/pull/997 for more information.
* SimpleForm.form_class is deprecated in favor of SimpleForm.default_form_class
* SimpleForm.form_class is deprecated in favor of SimpleForm.default_form_class.
Future versions of Simple Form will not generate `simple_form` class for the form
element.
See https://github.com/plataformatec/simple_form/pull/1109 for more information.
Please check [v3.0](https://github.com/plataformatec/simple_form/blob/v3.0/CHANGELOG.md) for previous changes.