From dbec6432e36c009b3bf435fb0e7db9b60d25bd2a Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Thu, 24 Dec 2020 19:16:27 +0900 Subject: [PATCH] Revert "Merge pull request #40920 from ghiculescu/patch-3" This reverts commit f54f4230befdc408db6bf505e7c5b0b3f5237058, reversing changes made to 007a86506f02db265b6c8156575f29733931338e. --- guides/source/configuring.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 378e86cc69..bffa536114 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -1010,7 +1010,9 @@ text/javascript image/svg+xml application/postscript application/x-shockwave-fla * `config.active_storage.draw_routes` can be used to toggle Active Storage route generation. The default is `true`. -* `config.active_storage.resolve_model_to_route` can be used to globally change how Active Storage files are delivered. Allowed values are: +* `config.active_storage.resolve_model_to_route` can be used to globally change how Active Storage files are delivered. + + Allowed values are: * `:rails_storage_redirect`: Redirect to signed, short-lived service URLs. * `:rails_storage_proxy`: Proxy files by downloading them.