aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2019-04-25 22:08:39 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2019-04-25 22:08:39 +0200
commit792f489c456e3908f98934fbc2087a4140017eae (patch)
treed13bf55c8c8a8ba426ca652b07c83dae10a0238c /guides/source
parentbbbfe0113352b226ad366fc18bd813b688fa1572 (diff)
downloadrails-792f489c456e3908f98934fbc2087a4140017eae.tar.gz
rails-792f489c456e3908f98934fbc2087a4140017eae.tar.bz2
rails-792f489c456e3908f98934fbc2087a4140017eae.zip
[ci skip] Remove à la just like that.
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/6_0_release_notes.md3
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