提交 c2cad2d9 编写于 作者: A Aaron Patterson

where_values_hash always returns a hash

上级 3f16103d
......@@ -327,7 +327,7 @@ def where_values_hash
def scope_for_create
@scope_for_create ||= begin
if @create_with_value
@create_with_value.reverse_merge(where_values_hash || {})
@create_with_value.reverse_merge(where_values_hash)
else
where_values_hash
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册