From c8370dc765e556ea9c01981a304cb7176bac08f9 Mon Sep 17 00:00:00 2001 From: Jeffrey Guenther Date: Mon, 20 Nov 2017 17:52:07 -0800 Subject: Remove mention of filename from download --- guides/source/active_storage_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md index 4b31281f80..9d7d09983f 100644 --- a/guides/source/active_storage_overview.md +++ b/guides/source/active_storage_overview.md @@ -254,7 +254,7 @@ url_for(user.avatar) ``` To create a download link, use the `rails_blob_{path|url}` helper. Using this -helper will allow you to set the filename and disposition. +helper will allow you to set disposition. ```ruby rails_blob_path(user.avatar, disposition: "attachment") -- cgit v1.2.3