method

detach_many

rails 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