mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Revert "Merge pull request #40920 from ghiculescu/patch-3"
This reverts commitf54f4230be
, reversing changes made to007a86506f
.
This commit is contained in:
parent
f54f4230be
commit
dbec6432e3
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue