aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_storage/attached/many.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix attachingDavid Heinemeier Hansson2017-07-231-3/+3
| | | | Can use the associations now
* Fix attaching with standard Rails associations.Kasper Timm Hansen2017-07-231-5/+4
| | | | | | | Removes needless ivar caching (a Rails association handles that). Inserts a reload and a nil assign, since the association proxy doesn't seem to that it's been destroyed through `purge`.
* Explore regular polymorphic associations rather than record_gidDavid Heinemeier Hansson2017-07-231-2/+2
|
* Add some documentationRobin Dupret2017-07-071-0/+17
|
* ActiveVault -> ActiveStorageDavid Heinemeier Hansson2017-07-061-0/+31
Yaroslav agreed to hand over the gem name ❤️