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