method

pdf?

rails latest stable - Class: ActiveStorage::Previewer::MuPDFPreviewer

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

pdf?(content_type)
public

No documentation available.

# File activestorage/lib/active_storage/previewer/mupdf_previewer.rb, line 10
      def pdf?(content_type)
        Marcel::Magic.child? content_type, "application/pdf"
      end