# File lib/dm-core/associations/one_to_many.rb, line 142
        def delete_at(index)
          assert_mutable
          orphan_resource(children.delete_at(index))
        end