mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05: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:
parent
41ac6c553f
commit
0c0c9fa863
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue