instance method
attachments
Ruby on Rails edge
Since v7.1.6Returns the associated ActiveStorage::Attachment instances.
Source
# File activestorage/app/models/active_storage/blob.rb, line 46
has_many :attachments, autosave: false
Defined in activestorage/app/models/active_storage/blob.rb line 46
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Blob