1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Begins guide for ActiveStorage

This commit is contained in:
Jeffrey Guenther 2017-11-02 16:52:42 -07:00
parent aa6bcbbac8
commit 3d6d9f077f

View file

@ -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
--------------------------