From 3d6d9f077fe998292f25ec9753c52cd37e22d71d Mon Sep 17 00:00:00 2001 From: Jeffrey Guenther Date: Thu, 2 Nov 2017 16:52:42 -0700 Subject: Begins guide for ActiveStorage --- guides/source/active_storage_overview.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 guides/source/active_storage_overview.md (limited to 'guides/source') 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 +-------------------------- -- cgit v1.2.3