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

adjust notable changes on 6_1 ActiveStorage release notes

This commit is contained in:
Miguel Michelson Martinez 2020-12-13 02:51:18 -03:00
parent 94e12e0a0c
commit 4ad7314c1d

View file

@ -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
------------