1
0
Fork 0
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:
Jeremy Kemper 2008-04-01 15:48:46 +00:00
parent 41ac6c553f
commit 0c0c9fa863

View file

@ -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?