# File lib/dm-core/associations/one_to_many.rb, line 227
        def update!(*)
          assert_source_saved 'The source must be saved before mass-updating the collection'
          super
        end