class ActiveStorage::Attached::Changes::CreateMany

def subchanges_without_blobs

def subchanges_without_blobs
  subchanges.reject { |subchange| subchange.attachable.is_a?(ActiveStorage::Blob) }
end