diff options
author | Jeffrey Guenther <guenther.jeffrey@gmail.com> | 2017-11-09 08:24:39 -0800 |
---|---|---|
committer | Jeffrey Guenther <guenther.jeffrey@gmail.com> | 2017-11-09 08:24:39 -0800 |
commit | 142424334bc7be815e7911a0c3849f4d776c2c9c (patch) | |
tree | 748cec20ed0501226d904c68c61dec78a14e1c56 /guides/source | |
parent | 2def806f077e00297cf9d18c80ffee24592f9330 (diff) | |
download | rails-142424334bc7be815e7911a0c3849f4d776c2c9c.tar.gz rails-142424334bc7be815e7911a0c3849f4d776c2c9c.tar.bz2 rails-142424334bc7be815e7911a0c3849f4d776c2c9c.zip |
Adds todo for preview
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/active_storage_overview.md | 1 |
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. |