aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorAbhay Nikam <nikam.abhay1@gmail.com>2019-04-23 16:34:04 +0530
committerGeorge Claghorn <george@basecamp.com>2019-04-23 07:04:04 -0400
commit26bd26fa20da2b68eb93ef6204a0b0f06da19199 (patch)
tree1c161a7247f9df25bc3d3e30f3a615f56339c702 /guides/source
parent9d1f9b9a0c344dd8f4b6b321a3fe8e9f500f841c (diff)
downloadrails-26bd26fa20da2b68eb93ef6204a0b0f06da19199.tar.gz
rails-26bd26fa20da2b68eb93ef6204a0b0f06da19199.tar.bz2
rails-26bd26fa20da2b68eb93ef6204a0b0f06da19199.zip
Add PR link for Active Storage updating release note entry [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/6_0_release_notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md
index 8c9f55fc85..180cfa371c 100644
--- a/guides/source/6_0_release_notes.md
+++ b/guides/source/6_0_release_notes.md
@@ -454,6 +454,7 @@ 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.
+ ([Pull Request](https://github.com/rails/rails/pull/33303))
Active Model
------------