instance method
record
Ruby on Rails 8.0.4
Since v7.1.6Returns the associated record.
Source
# File activestorage/app/models/active_storage/attachment.rb, line 25
belongs_to :record, polymorphic: true, touch: ActiveStorage.touch_attachment_records
Defined in activestorage/app/models/active_storage/attachment.rb line 25
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Attachment