class Avo::Fields::Common::SingleFileViewerComponent

def file

def file
  @file || @field.value.attachment
rescue
  nil
end