From 4ad7314c1d5c51d0d3367dcf3aaa35041ee296ca Mon Sep 17 00:00:00 2001 From: Miguel Michelson Martinez Date: Sun, 13 Dec 2020 02:51:18 -0300 Subject: [PATCH] adjust notable changes on 6_1 ActiveStorage release notes --- guides/source/6_1_release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/6_1_release_notes.md b/guides/source/6_1_release_notes.md index 9f638a6799..746fc476f1 100644 --- a/guides/source/6_1_release_notes.md +++ b/guides/source/6_1_release_notes.md @@ -308,7 +308,7 @@ Please refer to the [Changelog][active-storage] for detailed changes. * Add `Blob.create_and_upload` to create a new blob and upload the given `io` to the service. ([Pull Request](https://github.com/rails/rails/pull/34827)) -* ActiveStorage::Blob#service_name column added, activestorage upgrade migration needed, `rails active_storage:update` +* ActiveStorage::Blob#service_name column was added, ( `bin/rails app:update` required ). Active Model ------------