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.
2 parents 40c0a5e + e81dc25 commit 7893428Copy full SHA for 7893428
guides/source/active_storage_overview.md
@@ -561,7 +561,7 @@ even if a `before_action` in your `ApplicationController` would otherwise
561
require a login. If your files require a higher level of protection consider
562
implementing your own authenticated
563
[`ActiveStorage::Blobs::RedirectController`](ActiveStorage::Blobs::RedirectController) and
564
-[`ActiveStorage::Representations::RedirectController`](ActiveStorage::Blobs::RedirectController)
+[`ActiveStorage::Representations::RedirectController`](ActiveStorage::Representations::RedirectController)
565
566
To create a download link, use the `rails_blob_{path|url}` helper. Using this
567
helper allows you to set the disposition.
0 commit comments