diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2019-04-25 22:08:39 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2019-04-25 22:08:39 +0200 |
commit | 792f489c456e3908f98934fbc2087a4140017eae (patch) | |
tree | d13bf55c8c8a8ba426ca652b07c83dae10a0238c /guides | |
parent | bbbfe0113352b226ad366fc18bd813b688fa1572 (diff) | |
download | rails-792f489c456e3908f98934fbc2087a4140017eae.tar.gz rails-792f489c456e3908f98934fbc2087a4140017eae.tar.bz2 rails-792f489c456e3908f98934fbc2087a4140017eae.zip |
[ci skip] Remove à la just like that.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/6_0_release_notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md index 180cfa371c..0a5b13a003 100644 --- a/guides/source/6_0_release_notes.md +++ b/guides/source/6_0_release_notes.md @@ -453,7 +453,8 @@ Please refer to the [Changelog][active-storage] for detailed changes. ### Notable changes -* Updating an attached model via `update` or `update!` ala `@user.update!(images: [ … ])` now replaces the existing images instead of merely adding to them. +* Updating an attached model via `update` or `update!` with, say, + `@user.update!(images: [ … ])` now replaces the existing images instead of merely adding to them. ([Pull Request](https://github.com/rails/rails/pull/33303)) Active Model |