# File lib/dm-core/associations/one_to_many.rb, line 256
        def destroy!
          assert_source_saved 'The source must be saved before mass-deleting the collection'
          super
        end