method

allowed_inline?

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.

allowed_inline?()
public

No documentation available.

# File activestorage/app/models/active_storage/blob.rb, line 387
    def allowed_inline?
      ActiveStorage.content_types_allowed_inline.include?(content_type)
    end