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