class ActiveStorage::Previewer::PopplerPDFPreviewer

def pdf?(content_type)

def pdf?(content_type)
  Marcel::Magic.child? content_type, "application/pdf"
end