Flowdock
method

representation

Importance_1
v5.2.3 - Show latest stable - 0 notes - Class: Representable
representation(transformations) public

Returns an ActiveStorage::Preview for a previewable blob or an ActiveStorage::Variant for a variable image blob.

blob.representation(resize: "100x100").processed.service_url

Raises ActiveStorage::UnrepresentableError if the receiving blob is neither variable nor previewable. Call ActiveStorage::Blob#representable? to determine whether a blob is representable.

See ActiveStorage::Blob#preview and ActiveStorage::Blob#variant for more information.

Show source
Register or log in to add new notes.