From c2ba530c43244b5b60fd629f61cd8b44c43ecda9 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Mon, 15 Jan 2018 13:06:17 -0500 Subject: Extract content types from blob data --- guides/source/active_storage_overview.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'guides') diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md index f45dbdee3e..c5bd09ead6 100644 --- a/guides/source/active_storage_overview.md +++ b/guides/source/active_storage_overview.md @@ -49,10 +49,12 @@ below declares three services named `local`, `test`, and `amazon`: local: service: Disk root: <%= Rails.root.join("storage") %> + host: http://localhost:3000 test: service: Disk root: <%= Rails.root.join("tmp/storage") %> + host: http://localhost:3000 amazon: service: S3 @@ -91,6 +93,7 @@ Declare a Disk service in `config/storage.yml`: local: service: Disk root: <%= Rails.root.join("storage") %> + host: http://localhost:3000 ``` ### Amazon S3 Service -- cgit v1.2.3