Flowdock
class
Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Superclass: ActiveRecord::Base

Attachments associate records with blobs. Usually that’s a one record-many blobs relationship, but it is possible to associate many different records with the same blob. A foreign-key constraint on the attachments table prevents blobs from being purged if they’re still attached to any records.

Attachments also have access to all methods from {ActiveStorage::Blob}[rdoc-ref:ActiveStorage::Blob].

Show files where this class is defined (1 file)
Register or log in to add new notes.