aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_storage_overview.md
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-03-05 11:53:31 -0500
committerGeorge Claghorn <george@basecamp.com>2018-03-05 11:54:43 -0500
commitccac681122db9747fec9512076772bca345e24b9 (patch)
tree9648be7aa60c62b44d74e898b7a9f9888e6d7789 /guides/source/active_storage_overview.md
parent9cc0c1aaf4d35b79055471f1a7ef0dba692b366d (diff)
downloadrails-ccac681122db9747fec9512076772bca345e24b9.tar.gz
rails-ccac681122db9747fec9512076772bca345e24b9.tar.bz2
rails-ccac681122db9747fec9512076772bca345e24b9.zip
Generate root-relative paths in Active Storage disk service URL methods
Fixes #32129.
Diffstat (limited to 'guides/source/active_storage_overview.md')
-rw-r--r--guides/source/active_storage_overview.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md
index a7cb14c52a..014fd57052 100644
--- a/guides/source/active_storage_overview.md
+++ b/guides/source/active_storage_overview.md
@@ -93,15 +93,6 @@ local:
root: <%= Rails.root.join("storage") %>
```
-Optionally specify a host for generating URLs (the default is `http://localhost:3000`):
-
-```yaml
-local:
- service: Disk
- root: <%= Rails.root.join("storage") %>
- host: http://myapp.test
-```
-
### Amazon S3 Service
Declare an S3 service in `config/storage.yml`: