instance method
record
Ruby on Rails 7.1.6
Since v7.1.6Returns the associated record.
Source
# File activestorage/app/models/active_storage/attachment.rb, line 25
belongs_to :record, polymorphic: true, touch: true
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