aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_storage_overview.md
blob: 922a50250291907fde068e660f45267c62ed6981 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
--------------------------