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:
parent
9d66c40189
commit
1a6b082808
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@
|
||||||
* Fix AR#dup to nullify the validation errors in the dup'ed object. Previously the original
|
* 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.
|
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`.
|
* Raise `ArgumentError` if list of attributes to change is empty in `update_all`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue