method

variants

variants()
private

No documentation available.

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