提交 555b7cd0 编写于 作者: S Santiago Pastorino

Don't merge just directly add to the action to the :partial key

上级 b1ffd65b
......@@ -144,7 +144,7 @@ def _normalize_args(action=nil, options={})
key = action.include?(?/) ? :file : :action
options[key] = action
else
options.merge!(:partial => action)
options[:partial] = action
end
options
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册