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.
2 parents 007a865 + 060113f commit f54f423Copy full SHA for f54f423
guides/source/configuring.md
@@ -1010,9 +1010,7 @@ 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.
1014
-
1015
- 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:
1016
* `:rails_storage_redirect`: Redirect to signed, short-lived service URLs.
1017
* `:rails_storage_proxy`: Proxy files by downloading them.
1018
0 commit comments