aboutsummaryrefslogblamecommitdiffstats
path: root/guides/source/active_storage_overview.md
blob: 922a50250291907fde068e660f45267c62ed6981 (plain) (tree)




















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