class ActiveStorage::Attachment

def dependent

def dependent
  record.attachment_reflections[name]&.options&.fetch(:dependent, nil)
end