class ActiveStorage::Attached::Changes::CreateMany
def initialize(name, record, attachables)
def initialize(name, record, attachables) @name, @record, @attachables = name, record, Array(attachables) blobs.each(&:identify_without_saving) end
def initialize(name, record, attachables) @name, @record, @attachables = name, record, Array(attachables) blobs.each(&:identify_without_saving) end