mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
7dd9916c0d
Applications can configure the route prefix prepended to the Active Storage routes. By default this maintains the previous prefix `/rails/active_storage` but supports custom prefixes. Before this change the route for serving blobs is fixed to `/rails/active_storage/blobs/:signed_id/*filename`. After this change it's possible to configure the route to something like `/files/blobs/:signed_id/*filename`. |
||
---|---|---|
.. | ||
routes.rb |