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.
1 parent 1dbd2fa commit 785b2c2Copy full SHA for 785b2c2
guides/source/active_storage_overview.md
@@ -643,7 +643,7 @@ that is routed to the blob's [`RedirectController`][`ActiveStorage::Blobs::Redir
643
644
```ruby
645
url_for(user.avatar)
646
-# => /rails/active_storage/blobs/:signed_id/my-avatar.png
+# => https://www.example.com/rails/active_storage/blobs/redirect/:signed_id/my-avatar.png
647
```
648
649
The `RedirectController` redirects to the actual service endpoint. This
0 commit comments