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