representable?()
Returns true if the blob is variable or previewable.
# File activestorage/app/models/active_storage/blob/representable.rb, line 97 def representable? variable? || previewable? end