Exception: ActiveStorage::InvariableError

Inherits:
Error
  • Object
show all
Defined in:
activestorage/lib/active_storage/errors.rb

Overview

Raised when ActiveStorage::Blob#variant is called on a blob that isn’t variable. Use ActiveStorage::Blob#variable? to determine whether a blob is variable.