aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Guenther <guenther.jeffrey@gmail.com>2017-11-21 10:40:05 -0800
committerJeffrey Guenther <guenther.jeffrey@gmail.com>2017-11-21 10:40:05 -0800
commit7fb7679e17543b015d92dc9367d9ea382c40e825 (patch)
tree59373c605975e664f0fa9818b18a211942e1cfa4
parent89f8471237e4c2efd4279646f10fa59c9cd1c7c7 (diff)
downloadrails-7fb7679e17543b015d92dc9367d9ea382c40e825.tar.gz
rails-7fb7679e17543b015d92dc9367d9ea382c40e825.tar.bz2
rails-7fb7679e17543b015d92dc9367d9ea382c40e825.zip
Removes note
-rw-r--r--guides/source/active_storage_overview.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md
index 43862236c3..aee9877256 100644
--- a/guides/source/active_storage_overview.md
+++ b/guides/source/active_storage_overview.md
@@ -341,9 +341,6 @@ directly from the client to the cloud.
| `direct-upload:end` | `<input>` | `{id, file}` | A direct upload has ended. |
| `direct-uploads:end` | `<form>` | None | All direct uploads have ended. |
-NOTE: Is there more to using the direct upload than this? How does one associate
-the result with the form submission, or does that happen automatically?
-
Clean up Stored Files Store During System Tests
-----------------------------------------------