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 4077fe0 commit bd5fe53Copy full SHA for bd5fe53
guides/source/active_storage_overview.md
@@ -693,8 +693,8 @@ require a higher level of protection consider implementing
693
694
### Redirect Mode
695
696
-To generate a permanent URL for a blob, you can pass the blob to the
697
-[`url_for`][ActionView::RoutingUrlFor#url_for] view helper. This generates a
+To generate a permanent URL for a blob, you can pass the attachment or the blob to
+the [`url_for`][ActionView::RoutingUrlFor#url_for] view helper. This generates a
698
URL with the blob's [`signed_id`][ActiveStorage::Blob#signed_id]
699
that is routed to the blob's [`RedirectController`][`ActiveStorage::Blobs::RedirectController`]
700
0 commit comments