aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Guenther <guenther.jeffrey@gmail.com>2017-11-09 08:24:39 -0800
committerJeffrey Guenther <guenther.jeffrey@gmail.com>2017-11-09 08:24:39 -0800
commit142424334bc7be815e7911a0c3849f4d776c2c9c (patch)
tree748cec20ed0501226d904c68c61dec78a14e1c56
parent2def806f077e00297cf9d18c80ffee24592f9330 (diff)
downloadrails-142424334bc7be815e7911a0c3849f4d776c2c9c.tar.gz
rails-142424334bc7be815e7911a0c3849f4d776c2c9c.tar.bz2
rails-142424334bc7be815e7911a0c3849f4d776c2c9c.zip
Adds todo for preview
-rw-r--r--guides/source/active_storage_overview.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md
index 922a502502..5300a2111f 100644
--- a/guides/source/active_storage_overview.md
+++ b/guides/source/active_storage_overview.md
@@ -10,6 +10,7 @@ After reading this guide, you will know:
* How to attach a file(s) to a model.
* How to remove the attached file.
* How to link to the attached file.
+* How to generate a preview for files other than images
* How to implement a download link.
* How to approach implementing a custom service.