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

6.0 release notes: fix typo

An unfinished parenthetical.
This commit is contained in:
Pete Nicholls 2019-06-05 21:00:23 +12:00 committed by GitHub
parent 35a0fba187
commit 67a7a08cd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -686,7 +686,7 @@ Please refer to the [Changelog][active-storage] for detailed changes.
* Use the `image_processing` gem for Active Storage variants. This replaces using
`mini_magick` directly.
([Pull Request](https://github.com/rails/rails/pull/32471)
([Pull Request](https://github.com/rails/rails/pull/32471))
* Replace existing images instead of adding to them when updating an
attached model via `update` or `update!` with, say, `@user.update!(images: [ … ])`.