Skip to content

Commit f54f423

Browse files
authored
Merge pull request rails#40920 from ghiculescu/patch-3
Fix bad formatting for `resolve_model_to_route` [docs] [ci skip]
2 parents 007a865 + 060113f commit f54f423

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,9 +1010,7 @@ 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.
1014-
1015-
Allowed values are:
1013+
* `config.active_storage.resolve_model_to_route` can be used to globally change how Active Storage files are delivered. Allowed values are:
10161014
* `:rails_storage_redirect`: Redirect to signed, short-lived service URLs.
10171015
* `:rails_storage_proxy`: Proxy files by downloading them.
10181016

0 commit comments

Comments
 (0)