We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54f423 commit dbec643Copy full SHA for dbec643
guides/source/configuring.md
@@ -1010,7 +1010,9 @@ text/javascript image/svg+xml application/postscript application/x-shockwave-fla
1010
1011
* `config.active_storage.draw_routes` can be used to toggle Active Storage route generation. The default is `true`.
1012
1013
-* `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.
1014
+
1015
+ Allowed values are:
1016
* `:rails_storage_redirect`: Redirect to signed, short-lived service URLs.
1017
* `:rails_storage_proxy`: Proxy files by downloading them.
1018
0 commit comments