method

detach_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