aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/attached/changes/create_many.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix that successive ActiveStorage::Attached::Many#attach calls would ↵George Claghorn2018-07-161-1/+11
| | | | overwrite previous attachments
* Implement ActiveStorage::Attached::{One,Many}#attach in terms of changesGeorge Claghorn2018-07-131-0/+4
|
* Store newly-uploaded files on save rather than assignmentGeorge Claghorn2018-07-071-0/+32