module ActiveStorage::Blob::Representable

def representable?

Returns true if the blob is variable or previewable.
def representable?
  variable? || previewable?
end