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:
parent
35a0fba187
commit
67a7a08cd9
1 changed files with 1 additions and 1 deletions
|
@ -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: [ … ])`.
|
||||
|
|
Loading…
Reference in a new issue