Skip to content

Commit dbec643

Browse files
committed
Revert "Merge pull request rails#40920 from ghiculescu/patch-3"
This reverts commit f54f423, reversing changes made to 007a865.
1 parent f54f423 commit dbec643

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

guides/source/configuring.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,9 @@ text/javascript image/svg+xml application/postscript application/x-shockwave-fla
10101010

10111011
* `config.active_storage.draw_routes` can be used to toggle Active Storage route generation. The default is `true`.
10121012

1013-
* `config.active_storage.resolve_model_to_route` can be used to globally change how Active Storage files are delivered. Allowed values are:
1013+
* `config.active_storage.resolve_model_to_route` can be used to globally change how Active Storage files are delivered.
1014+
1015+
Allowed values are:
10141016
* `:rails_storage_redirect`: Redirect to signed, short-lived service URLs.
10151017
* `:rails_storage_proxy`: Proxy files by downloading them.
10161018

0 commit comments

Comments
 (0)