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

Fix incorrect markdown by removing extra space.

This commit is contained in:
Uģis Ozols 2012-10-24 16:14:59 +03:00
parent 9d66c40189
commit 1a6b082808

View file

@ -338,7 +338,7 @@
* Fix AR#dup to nullify the validation errors in the dup'ed object. Previously the original
and the dup'ed object shared the same errors.
* Christian Seiler*
*Christian Seiler*
* Raise `ArgumentError` if list of attributes to change is empty in `update_all`.