method

variants

rails latest stable - Class: ActiveStorage::Attachment

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.

variants()
private

No documentation available.

# File activestorage/app/models/active_storage/attachment.rb, line 86
    def variants
      record.attachment_reflections[name]&.variants
    end