method

forcibly_serve_as_binary?

rails latest stable - Class: ActiveStorage::Blob

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

forcibly_serve_as_binary?()
public

No documentation available.

# File activestorage/app/models/active_storage/blob.rb, line 383
    def forcibly_serve_as_binary?
      ActiveStorage.content_types_to_serve_as_binary.include?(content_type)
    end