aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_storage_overview.md
diff options
context:
space:
mode:
authorclaudiob <claudiob@users.noreply.github.com>2017-12-08 07:15:08 -0800
committerclaudiob <claudiob@users.noreply.github.com>2017-12-14 22:50:30 -0800
commit74996cec93adf10e4e12e3f53479c4b3364dbb14 (patch)
tree01e9bd77f49b98a2ee53045184d61c28c1be8ee5 /guides/source/active_storage_overview.md
parent597b941930af87a4bfe9d1cdb05578091eb83735 (diff)
downloadrails-74996cec93adf10e4e12e3f53479c4b3364dbb14.tar.gz
rails-74996cec93adf10e4e12e3f53479c4b3364dbb14.tar.bz2
rails-74996cec93adf10e4e12e3f53479c4b3364dbb14.zip
Don't run rails active_storage:install in new apps
See #31315 for full discussion
Diffstat (limited to 'guides/source/active_storage_overview.md')
-rw-r--r--guides/source/active_storage_overview.md3
1 files changed, 0 insertions, 3 deletions
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`: