mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Partial updates off by default
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9196 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -42,7 +42,7 @@ module ActiveRecord
|
||||
base.alias_method_chain :update, :dirty
|
||||
|
||||
base.superclass_delegating_accessor :partial_updates
|
||||
base.partial_updates = true
|
||||
base.partial_updates = false
|
||||
end
|
||||
|
||||
# Do any attributes have unsaved changes?
|
||||
|
||||
Reference in New Issue
Block a user