module ActiveStorage::Blob::Identifiable

def identify

def identify
  identify_without_saving
  save!
end