提交 2ce1be3a 编写于 作者: J Jeremy Kemper

Enable partial updates by default

上级 946f5144
......@@ -43,7 +43,7 @@ def self.included(base)
base.alias_method_chain :reload, :dirty
base.superclass_delegating_accessor :partial_updates
base.partial_updates = false
base.partial_updates = true
end
# Do any attributes have unsaved changes?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册