method
detach_many
v7.2.3 -
Show latest stable
- Class:
ActiveStorage::Attached::Many
detach_many()private
No documentation available.
# File activestorage/lib/active_storage/attached/many.rb, line 75
def detach_many
Attached::Changes::DetachMany.new(name, record, attachments)
end