class ActiveStorage::Attached::Changes::DeleteMany
:nodoc:
def attachables
def attachables [] end
def attachments
def attachments ActiveStorage::Attachment.none end
def blobs
def blobs ActiveStorage::Blob.none end
def initialize(name, record)
def initialize(name, record) @name, @record = name, record end
def save
def save record.public_send("#{name}_attachments=", []) end