From 74996cec93adf10e4e12e3f53479c4b3364dbb14 Mon Sep 17 00:00:00 2001 From: claudiob Date: Fri, 8 Dec 2017 07:15:08 -0800 Subject: Don't run rails active_storage:install in new apps See #31315 for full discussion --- guides/source/active_storage_overview.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'guides') diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md index 2ab14ad3de..dc94046084 100644 --- a/guides/source/active_storage_overview.md +++ b/guides/source/active_storage_overview.md @@ -41,9 +41,6 @@ application to Rails 5.2, run `rails active_storage:install` to generate a migration that creates these tables. Use `rails db:migrate` to run the migration. -You need not run `rails active_storage:install` in a new Rails 5.2 application: -the migration is generated automatically. - Declare Active Storage services in `config/storage.yml`. For each service your application uses, provide a name and the requisite configuration. The example below declares three services named `local`, `test`, and `s3`: -- cgit v1.2.3