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