aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_storage_overview.md
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/active_storage_overview.md')
-rw-r--r--guides/source/active_storage_overview.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md
new file mode 100644
index 0000000000..922a502502
--- /dev/null
+++ b/guides/source/active_storage_overview.md
@@ -0,0 +1,21 @@
+**DO NOT READ THIS FILE ON GITHUB, GUIDES ARE PUBLISHED ON http://guides.rubyonrails.org.**
+
+Active Storage
+==============
+
+This guide covers how to attach files to your ActiveRecord models.
+
+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 implement a download link.
+* How to approach implementing a custom service.
+
+--------------------------------------------------------------------------------
+
+... general discussion of how things are meant to work....
+
+Attaching Files to a Model
+--------------------------