instance method
variants
Ruby on Rails 7.0.10
Since v7.0.10 Last seen in v7.0.10 PrivateSignature
variants()
No documentation comment.
Source
# File activestorage/app/models/active_storage/attachment.rb, line 86
def variants
record.attachment_reflections[name]&.variants
end
Defined in activestorage/app/models/active_storage/attachment.rb line 86
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Attachment