# File lib/active_record/relation.rb, line 408
    def scope_for_create
      @scope_for_create ||= where_values_hash.merge(create_with_value)
    end