1
0
Fork 0
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 commit f54f4230be, reversing
changes made to 007a86506f.
This commit is contained in:
Ryuta Kamizono 2020-12-24 19:16:27 +09:00
parent f54f4230be
commit dbec6432e3

View file

@ -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.