1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove CHANGELOG entry for ActiveModel::Errors#add_on_present

This commit is contained in:
Rafael Mendonça França 2012-12-21 17:10:41 -03:00
parent ac6941fb71
commit bda1937f28

View file

@ -19,11 +19,6 @@
*Roberto Vasquez Angel*
* Added `ActiveModel::Errors#add_on_present` method. Adds error messages to
present attributes.
*Roberto Vasquez Angel*
* `[attribute]_changed?` now returns `false` after a call to `reset_[attribute]!`
*Renato Mascarenhas*